diff options
author | cel 🌸 <cel@blos.sm> | 2023-08-19 00:58:08 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-08-19 00:58:08 +0100 |
commit | f1f0f6e55b527797d34b92bfed94e0decccf1ef2 (patch) | |
tree | 0e8906c70c3bf003de90c59b2accd8fdabb66d5e | |
parent | d1c5d0c3010cc11cbb249b056b77e65cbb7f9468 (diff) | |
download | blossom-f1f0f6e55b527797d34b92bfed94e0decccf1ef2.tar.gz blossom-f1f0f6e55b527797d34b92bfed94e0decccf1ef2.tar.bz2 blossom-f1f0f6e55b527797d34b92bfed94e0decccf1ef2.zip |
add styles for blogposts
-rw-r--r-- | static/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 9a8068d..2cefd4a 100644 --- a/static/style.css +++ b/static/style.css @@ -440,6 +440,27 @@ iframe { font-family: 'Go Mono'; } +.checklist { + background-color: #edc953; + position: sticky !important; + display: inline-block; + float: right; + width: auto; + top: 2vw; + margin: 2vw; +} + +.checklist ul { + list-style-type: none !important; + padding: 0; +} + +code { + background-color: #e8cdcf; + border: 1px solid #311f20; + font-family: 'Go Mono'; +} + /* branches */ .branch { |