color picker yay
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-09 13:37:35 -07:00
parent 782912c8a6
commit 0e46e65034
6 changed files with 172 additions and 1 deletions
+8 -1
View File
@@ -51,6 +51,13 @@
--color-grey: light-dark(var(--color-grey-dark), var(--color-grey-light));
}
:root:has(#theme-light:checked) {
color-scheme: light;
}
:root:has(#theme-dark:checked) {
color-scheme: dark;
}
/* Base */
* {
@@ -194,7 +201,7 @@ ul, ol, dl, li {
}
li {
line-height: 1.2 5;
line-height: 1.2;
margin-top: .65rem;
margin-bottom: .65rem;
}