« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r--src/static/css/site.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index ab86915c..6b61af72 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1610,6 +1610,19 @@ p.content-heading:has(+ .commentary-entry-heading.dated) {
   box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.25) !important;
 }
 
+.lyrics-switcher {
+  padding-left: 20px;
+}
+
+.lyrics-switcher > span:not(:first-child)::before {
+  content: "\0020\00b7\0020";
+  font-weight: 800;
+}
+
+.lyrics-entry {
+  padding-left: 40px;
+}
+
 .js-hide,
 .js-show-once-data,
 .js-hide-once-data {