aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-01-17 02:31:48 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2023-01-17 02:31:48 +0000
commit26f9dc3ea3f90c23067a96381bba37b28c2a0871 (patch)
tree8f098f151252d165b484752375c9e18a1a2b875b /static/style.css
parent57c3a21bce3f4040eefdcc8b57bc86bdc59dacbf (diff)
downloadblossom-26f9dc3ea3f90c23067a96381bba37b28c2a0871.tar.gz
blossom-26f9dc3ea3f90c23067a96381bba37b28c2a0871.tar.bz2
blossom-26f9dc3ea3f90c23067a96381bba37b28c2a0871.zip
implement skweet widget
Diffstat (limited to '')
-rw-r--r--static/style.css24
1 files changed, 22 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 658197c..a8ce1c6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,6 +18,7 @@ body {
font-family: 'Go Mono';
padding: 0;
margin: 0;
+ font-size: 14pt;
}
#page {
@@ -227,6 +228,11 @@ iframe {
z-index: -1;
}
+#skinnyverse h5 {
+ margin: 0;
+ padding: 0;
+}
+
#latest-skweets {
font-family: 'Cherry Bomb' !important;
background-color: #0000;
@@ -242,10 +248,19 @@ iframe {
margin: 2em 0;
}
+.skweet a {
+ padding: 0;
+ border: 0;
+ margin: 0;
+ border-radius: 0;
+ background-color: #0000;
+ color: #bf42a0;
+ font-family: Karrik;
+}
+
.skweet h2,
.skweet h3,
-.skweet h4,
-.skweet h5 {
+.skweet h4 {
font-family: 'Cherry Bomb' !important;
margin: 0;
padding: 0;
@@ -266,6 +281,11 @@ iframe {
justify-content: space-between;
}
+.skweet-text {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+
.skweet-gallery {
display: flex;
max-width: 100%;