about summary refs log tree commit diff
path: root/served/bits/🌦.css
diff options
context:
space:
mode:
Diffstat (limited to 'served/bits/🌦.css')
-rwxr-xr-xserved/bits/🌦.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/served/bits/🌦.css b/served/bits/🌦.css
index 882f4d7..8b8f1fc 100755
--- a/served/bits/🌦.css
+++ b/served/bits/🌦.css
@@ -3,6 +3,10 @@
 	margin: 0 auto;
 }
 
+section {
+	max-width: var(--pwidth);
+}
+
 /* narrow */
 @media (max-width: 44rem) {
 	.root {
@@ -18,13 +22,13 @@
 
 details.arrow:not([open])>summary::after {
 	content: '→';
-	color: var(--color-a);
+	color: var(--link);
 	margin: 0 4px;
 }
 
 details.arrow[open]>summary::after {
 	content: '–';
-	color: var(--color-a-dim);
+	color: var(--visited);
 	margin: 0 4px;
 }
 
@@ -51,20 +55,20 @@ details.arrow>summary::-webkit-details-marker {
 
 details.more:not([open])>summary::before {
 	content: '[+]';
-	color: var(--color-a);
+	color: var(--link);
 }
 
 details.more[open]>summary::before {
 	content: '[-]';
 	margin: 0 2px;
-	color: var(--color-a-dim);
+	color: var(--visited);
 }
 
-h2 {
-	font-size: 1em;
+#notes,
+.notes {
+	margin: 0.5rem 0;
 }
 
-#notes,
 .notes {
 	font-size: 0.75rem;
 }
\ No newline at end of file