summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-25 17:01:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-25 17:01:35 +0100
commit384dc5729147566e887a97ece0718d9e3d5d4a5d (patch)
tree4512c168769e5f9beb7103247bb8276f4c088eb2 /public
parent3e9807b393d8e1acc6b6f839aacc720c8908322b (diff)
Surely a little bit of colour won't hurt.
Diffstat (limited to 'public')
-rw-r--r--public/static/css/local.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/static/css/local.css b/public/static/css/local.css
index 2eb14f0..e058a76 100644
--- a/public/static/css/local.css
+++ b/public/static/css/local.css
@@ -7,6 +7,20 @@
cursor: pointer;
}
+.brand-logo span {
+ transition: color 1s;
+}
+
+.brand-logo:hover .ca,
+.brand-logo:hover .ce {
+ color: #a8e3fa;
+}
+
+.brand-logo:hover .cb,
+.brand-logo:hover .cd {
+ color: #f5c4ce;
+}
+
td.cancelled {
text-decoration: line-through;
}