💄 style: default light mode

This commit is contained in:
welpo 2023-02-10 02:15:05 +01:00
parent 2cfb57e758
commit 722d493a9a
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
6 changed files with 49 additions and 42 deletions

View file

@ -40,10 +40,18 @@ footer {
width: 32px;
height: 32px;
padding: 18px;
filter: invert(0);
}
.social {
&:hover {
&>img {
filter: invert(1);
}
[data-theme="light"] {
}
}
[data-theme="dark"] {
.social {
&:hover {
&>img {
@ -52,7 +60,7 @@ footer {
}
&>img {
filter: none;
filter: invert(1);
}
}
}