diff --git a/files/global.css b/files/global.css
index c86118a..68c3689 100644
--- a/files/global.css
+++ b/files/global.css
@@ -70,7 +70,7 @@ figure {
padding: 6px;
}
-.license {
+.footer {
position: fixed;
bottom: 0;
width: 100%;
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index c92973e..94534de 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -61,7 +61,7 @@
{%- endif %}
{% if license %}
{%- if 'CC' in license.type %}
-
+
{%- endif %}
{%- else %}
-
{%- endif %}
diff --git a/themes/default-dark.css b/themes/default-dark.css
index 6a119e2..9d1cae0 100644
--- a/themes/default-dark.css
+++ b/themes/default-dark.css
@@ -16,13 +16,13 @@
background-color: #0d0e0e;
}
-.license {
+.footer {
color: #e8e6e3;
background-color: #313537;
font-weight: 500;
}
-.license a {
+.footer a {
color: #5483ef;
text-decoration: none;
}
diff --git a/themes/default.css b/themes/default.css
index ce74f88..cff266c 100644
--- a/themes/default.css
+++ b/themes/default.css
@@ -16,13 +16,13 @@
background-color: #111;
}
-.license {
+.footer {
color: #000;
background-color: #ddd;
font-weight: 500;
}
-.license a {
+.footer a {
color: #0055ff;
text-decoration: none;
}
diff --git a/themes/kjoe.css b/themes/kjoe.css
index c7cf798..9329362 100644
--- a/themes/kjoe.css
+++ b/themes/kjoe.css
@@ -18,18 +18,18 @@
text-decoration: none;
}
-.license {
+.footer {
color: #ebebeb;
background-color: #191313;
font-weight: 700;
}
-.license a {
+.footer a {
color: #ff2727;
text-decoration: none;
}
-.license a:hover {
+.footer a:hover {
font-weight: 800;
text-decoration: none;
}
diff --git a/themes/monokai-vibrant.css b/themes/monokai-vibrant.css
index efa3ace..d87f60d 100644
--- a/themes/monokai-vibrant.css
+++ b/themes/monokai-vibrant.css
@@ -17,13 +17,13 @@
background-color: #2c313a;
}
-.license {
+.footer {
color: #f6f6f6;
background-color: #2c313a;
font-weight: 700;
}
-.license a {
+.footer a {
color: #528bff;
text-decoration: none;
}