diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-25 17:01:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-25 17:01:35 +0100 |
commit | 384dc5729147566e887a97ece0718d9e3d5d4a5d (patch) | |
tree | 4512c168769e5f9beb7103247bb8276f4c088eb2 /public | |
parent | 3e9807b393d8e1acc6b6f839aacc720c8908322b (diff) |
Surely a little bit of colour won't hurt.
Diffstat (limited to 'public')
-rw-r--r-- | public/static/css/local.css | 14 |
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; } |