summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/theme.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/theme.css b/static/theme.css
index bdafeea..e65094b 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -462,3 +462,31 @@ label span input {
}
*/
}
+
+footer {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ background: #1e1e1e;
+ color: white;
+ text-align: center;
+}
+
+footer p {
+ font-size: 8px;
+}
+
+footer p a {
+ color: #fff;
+}
+
+footer p a {
+ text-decoration: underline;
+ color: #fff;
+ transition: .3s background-color;
+}
+
+footer p a:hover {
+ background-color: #005f5f;
+}