diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-13 09:47:21 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-13 09:47:21 -0400 |
| commit | ca486f58957a9d83cc1b9e14addfebb71f57d029 (patch) | |
| tree | 6b8e0aaccfa51f12d30edcb4bb7d32cb0343b95e | |
| parent | 774ff286619dd938637e6aa9630a842444dce2ee (diff) | |
css :fancy pants flash heading stuff
| -rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index f1e5f118..17b3c600 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2246,6 +2246,15 @@ h1 { width: 100%; } +#content.flash-index h2 .flash-act-title, +#content.flash-index h1 .flash-act-title { + display: block; +} + +#content.flash-index h2 .flash-act-title { + text-transform: uppercase; +} + #content.top-index h2 { text-align: center; font-size: 2em; |