.darkmode {
position: relative;
width: 20px;
height: 20px;
margin: 0 10px;
& > .toggle {
display: none;
box-sizing: border-box;
}
& svg {
cursor: pointer;
opacity: 0;
position: absolute;
top: calc(50% - 10px);
fill: var(--darkgray);
transition: opacity 0.1s ease;
:root[saved-theme="dark"] {
color-scheme: dark;
:root[saved-theme="light"] {
color-scheme: light;
:root[saved-theme="dark"] .toggle ~ label {
& > #dayIcon {
& > #nightIcon {
opacity: 1;
:root .toggle ~ label {