|
|
@ -197,21 +197,6 @@ html { font-family: 'Inter', sans-serif;} |
|
|
|
--opacity-img: var(--light-opacity); |
|
|
|
} |
|
|
|
|
|
|
|
/* Switched mode */ |
|
|
|
.theme-switch:checked ~ *, |
|
|
|
.theme-switch:checked + *, |
|
|
|
.theme-switch:checked + * + * |
|
|
|
.theme-switch:checked + * + * + *{ |
|
|
|
--text-colour:var(--light-text); |
|
|
|
--bg-colour:var(--light-bg); |
|
|
|
--link-colour:var(--light-link); |
|
|
|
--opacity-img: var(--light-opacity); |
|
|
|
} |
|
|
|
|
|
|
|
.theme-switch{ |
|
|
|
display:none; |
|
|
|
} |
|
|
|
|
|
|
|
.light{ |
|
|
|
display:inline; |
|
|
|
float:right; |
|
|
|