From f1f0f6e55b527797d34b92bfed94e0decccf1ef2 Mon Sep 17 00:00:00 2001
From: cel 🌸 <cel@blos.sm>
Date: Sat, 19 Aug 2023 00:58:08 +0100
Subject: add styles for blogposts

---
 static/style.css | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

(limited to 'static')

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 {
-- 
cgit