Fixup the Theme a lil

This commit is contained in:
Evan G. 2025-08-13 15:40:05 -05:00
parent b066138b0a
commit 643076dcce
Signed by: fbievan
GPG key ID: 55FAB8CB6842F080
2 changed files with 6 additions and 3 deletions

View file

@ -1,12 +1,14 @@
html, html[data-theme="light"] {
--background-color: snow;
--color: #000;
--scolor: #387f7e;
}
html[data-theme="dark"] {
--background-color: #1f272d;
--color: #fff;
--tcolor: pink;
--scolor: #fff;
}
@media (prefers-color-scheme: dark) {
html {
@ -42,6 +44,7 @@ html[data-theme="dark"] {
.summary {
padding-left: 1.5rem;
margin-top: 0.1rem;
color: var(--scolor);
}
.metadata {
padding-left: 0.5rem;