« get me outta code hell

content, css: reveal-heading -> reveal-symbol, use warning icon - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site6.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-11 08:53:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-11 18:07:59 -0400
commitcb379596c5cbaeb98480cc727ea6639d938e28d9 (patch)
tree3337e733e4a79e42c8d3b12f6caae8617ed685a5 /src/static/site6.css
parentd27ceb4165cd41ae5caec663514d00e74d50302e (diff)
content, css: reveal-heading -> reveal-symbol, use warning icon
Diffstat (limited to 'src/static/site6.css')
-rw-r--r--src/static/site6.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 772ebc47..a932dfe3 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1159,14 +1159,15 @@ img.pixelate {
   padding-bottom: 0.5em;
 }
 
-.reveal-heading {
-  font-size: 1.2em;
-  opacity: 0.8;
-  font-weight: 800;
+.reveal-symbol {
+  display: inline-block;
   width: 1em;
   height: 1em;
-  margin-bottom: 0.4em;
-  display: inline-block;
+  margin-bottom: 0.1em;
+
+  font-size: 1.6em;
+  opacity: 0.8;
+  background-image: url("warning.svg");
 }
 
 .reveal-interaction {