Fix the dark theme from flashing at you every page load

This commit is contained in:
Bun 2025-07-03 00:19:57 -04:00
parent df4979192e
commit 567b4a64fc
5 changed files with 29 additions and 8 deletions

View file

@ -42,6 +42,7 @@
color:#7ccbd5;
font-size:17px;
text-decoration:none;
font-weight: bold;
}
.sb_img {
@ -75,6 +76,11 @@
display: inline-block;
}
.theme-toggle:hover {
background-color: var(--elm-inv-bg-color);
color: var(--text-inv-color);
}
.personal { color:#fc3f5b; }
.nixfox { color:#2abafc; }