Fix the dark theme from flashing at you every page load
This commit is contained in:
parent
df4979192e
commit
567b4a64fc
5 changed files with 29 additions and 8 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue