consistant line color

This commit is contained in:
2025-11-27 17:31:55 -07:00
parent c645722d21
commit 1e28442356
+7 -1
View File
@@ -8,7 +8,7 @@
--accent-muted: #ff746c; --accent-muted: #ff746c;
--accent-deafened: #464459; --accent-deafened: #464459;
--line-width: 2px; --line-width: 2px;
--line-color: white; --line-color: oklch(0.7 0 0.99);
} }
body { body {
@@ -27,7 +27,13 @@ body {
font-family: Nunito; font-family: Nunito;
font-size: 15pt; font-size: 15pt;
font-weight: 600; font-weight: 600;
}
hr {
color: var(--line-color);
background-color: var(--line-color);
height: var(--line-width);
border: none;
} }
button { button {