« get me outta code hell

color name of track groups in sidebar - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site.css
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-05-10 13:49:17 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-05-10 13:49:17 -0300
commit99d1e39d8a63b2b7007ebaa2cc387663d2117d0f (patch)
tree5db63a1bd6754caa0b08e8ac34ee43ad77a06593 /src/static/site.css
parentf0453b0d5a1089aeb3d50192139f258b455af80b (diff)
color name of track groups in sidebar
very fansey :3
Diffstat (limited to 'src/static/site.css')
-rw-r--r--src/static/site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site.css b/src/static/site.css
index 4728410..c964c51 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -349,9 +349,14 @@ footer > :last-child {
     user-select: none;
 }
 
+.sidebar > details summary .group-name {
+    color: var(--primary-color);
+}
+
 .sidebar > details summary:hover {
     cursor: pointer;
     text-decoration: underline;
+    text-decoration-color: var(--primary-color);
 }
 
 .sidebar > details ul,