dark by default

This commit is contained in:
Zoe 2022-04-13 12:43:01 +02:00
parent 72e5576a15
commit 84ce2ba287
2 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ input[type="checkbox"]{
display: flex;
align-items: center;
justify-content: center;
content: "";
content: "";
border-style: solid;
}
@ -50,7 +50,7 @@ input:checked + label:after{
input:checked + label::after{
content: "";
content: "";
}
.footer-nav-item{