diff options
Diffstat (limited to '')
| -rw-r--r-- | static/style.css | 24 | 
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%; | 
