wires

summary refs log tree commit diff
path: root/assets/style.css
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 13:19:29 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 13:19:29 -0400
commit2359b96ebade0db0c4f7a128781381b7dc9e2a7e (patch)
tree193b05fff41ee4732fe4c9b3767e614eb7a28bb7 /assets/style.css
parenttitle tweaks (diff)
downloadblog-2359b96ebade0db0c4f7a128781381b7dc9e2a7e.tar.gz
more fiddling
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css29
1 files changed, 14 insertions, 15 deletions
diff --git a/assets/style.css b/assets/style.css
index a1ae366..1b4cd46 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -66,17 +66,17 @@ p {
 
 #main-nav {
   line-height: 1.3;
-}
 
-#main-nav ul {
-  padding: 0;
-  margin: 0;
-  display: flex;
-  list-style: none;
-}
+  ul {
+    padding: 0;
+    margin: 0;
+    display: flex;
+    list-style: none;
+  }
 
-#main-nav li {
-  margin-inline-end: 0.5em;
+  li {
+    margin-inline-end: 0.5em;
+  }
 }
 
 #site-title {
@@ -91,13 +91,13 @@ footer {
   margin: 2em 0 0;
 }
 
-header h1 {
-  margin: 0;
-  font-size: 2em;
-}
-
 header {
   margin-bottom: 1em;
+
+  h1 {
+    margin: 0;
+    font-size: 2em;
+  }
 }
 
 a,
@@ -112,7 +112,6 @@ hr {
 }
 
 .chroma {
-  background: black;
   border: 1px solid var(--overlay);
   border-radius: 8px;
   padding: 1rem;