From cb379596c5cbaeb98480cc727ea6639d938e28d9 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 11 Jan 2024 08:53:40 -0400 Subject: content, css: reveal-heading -> reveal-symbol, use warning icon --- src/static/site6.css | 13 +++---- src/static/warning.svg | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 6 deletions(-) create mode 100644 src/static/warning.svg (limited to 'src/static') diff --git a/src/static/site6.css b/src/static/site6.css index 772ebc4..a932dfe 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 { diff --git a/src/static/warning.svg b/src/static/warning.svg new file mode 100644 index 0000000..92e5577 --- /dev/null +++ b/src/static/warning.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + -- cgit 1.3.0-6-gf8a5