aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-31 22:12:02 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-31 22:12:02 +0000
commitf38aaecc9a6abed226648417338baff032be8187 (patch)
tree45406cfec64fcbeba93dc0718bd2fb1348984f37 /static/style.css
parentb6b6b083d0e41ca64ef09f52120ca8a07d925b56 (diff)
downloadblossom-f38aaecc9a6abed226648417338baff032be8187.tar.gz
blossom-f38aaecc9a6abed226648417338baff032be8187.tar.bz2
blossom-f38aaecc9a6abed226648417338baff032be8187.zip
add random-poem panel
Diffstat (limited to '')
-rw-r--r--static/style.css22
1 files changed, 22 insertions, 0 deletions
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';