From f38aaecc9a6abed226648417338baff032be8187 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 31 Jan 2024 22:12:02 +0000 Subject: add random-poem panel --- static/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index cef4a10..dfc3bc9 100644 --- a/static/style.css +++ b/static/style.css @@ -478,6 +478,28 @@ iframe { text-decoration: underline; } +#random-poem { + background-color: #e8cdcf; +} + +#random-poem h2 { + font-family: 'Louise'; + margin-bottom: 0; +} + +#random-poem h3 { + margin-top: 0; +} + +#random-poem a { + font-family: 'Steps Mono'; + padding: 0; + margin: 0; + background-color: transparent; + color: #b52f6a; + text-decoration: underline; +} + /* filter-tags */ #filter-tags { font-family: 'Go Mono'; -- cgit