🔥 removed unused css
This commit is contained in:
parent
b19487f928
commit
95de68bda0
1 changed files with 0 additions and 20 deletions
|
@ -16,24 +16,4 @@ html.dark {
|
|||
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#themeToggle {
|
||||
border: 0;
|
||||
background: none;
|
||||
}
|
||||
.sun {
|
||||
fill: #27374D;
|
||||
}
|
||||
.moon {
|
||||
fill: white;
|
||||
}
|
||||
|
||||
:global(.dark) .sun {
|
||||
fill: white;
|
||||
display: none;
|
||||
}
|
||||
:global(.dark) .moon {
|
||||
fill: #FFF8EA;
|
||||
display: none;
|
||||
}
|
Loading…
Reference in a new issue