Update something

This commit is contained in:
tiff 2025-01-05 17:27:48 -05:00
parent 93d02955ab
commit 141a698d86
11 changed files with 46 additions and 20 deletions

View file

@ -13,12 +13,12 @@
--color-border: 124, 173, 255;
}
html[data-theme="dark"] {
--color-fill: 0, 1, 35;
--color-text-base: 234, 237, 243;
--color-accent: 97, 123, 255;
--color-card: 33, 34, 83;
--color-card-muted: 12, 14, 79;
--color-border: 48, 63, 138;
--color-fill: 53, 54, 64;
--color-text-base: 233, 237, 241;
--color-card: 75, 76, 89;
--color-card-muted: 113, 85, 102;
--color-border: 134, 67, 107;
--color-accent: 210, 104, 120;
}
#sun-svg,
html[data-theme="dark"] #moon-svg {
@ -110,7 +110,7 @@
}
.prose a {
color:#D26878 !important;
color:#d26878 !important;
text-decoration: underline !important;
text-decoration-style: solid !important;
word-break: break-all;