diff options
author | Leah (ctucx) <leah@ctu.cx> | 2021-03-07 16:44:43 +0100 |
---|---|---|
committer | Leah (ctucx) <leah@ctu.cx> | 2021-03-07 16:44:43 +0100 |
commit | a6b575088975f5a7f8d4d322d5270d65c3171258 (patch) | |
tree | ca71f22abb53a1bdc561fc5fcac78507040ca93a | |
parent | 6ddd586d6cff1c84b5650d71b89bf4b9ff4e88d0 (diff) |
add css for previous commit
-rw-r--r-- | webmusic.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webmusic.css b/webmusic.css index 782b3d3..55f5b8e 100644 --- a/webmusic.css +++ b/webmusic.css @@ -51,7 +51,7 @@ li { margin-bottom: 3px; } -.playing { +.playing, .active { color: #6b9969; } |