mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: default light mode
This commit is contained in:
parent
2cfb57e758
commit
722d493a9a
6 changed files with 49 additions and 42 deletions
|
@ -23,20 +23,20 @@
|
|||
border: none;
|
||||
}
|
||||
.sun {
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
}
|
||||
.moon {
|
||||
opacity: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
input {
|
||||
display: none;
|
||||
&:checked + .switch {
|
||||
.sun {
|
||||
opacity: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.moon {
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue