fix theme switcher

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-13 09:38:24 +02:00
parent 87f68d0117
commit b8e6e1f4ac
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 2 deletions

View File

@ -309,11 +309,11 @@ input#dark:checked ~ .main {
--border-color: var(--base02);
--todo-txt: #000;
}
input#light:checked + #labels {
input#light:checked ~ #labels {
background: #fefaf0;
color: var(--base01);
}
input#dark:checked + #labels {
input#dark:checked ~ #labels {
background: var(--base03);
color: var(--base1);
}