fix: dark theme
This commit is contained in:
parent
4f8d4d9dc9
commit
5f05f68217
@ -213,14 +213,14 @@ button {
|
|||||||
|
|
||||||
.accordion {
|
.accordion {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #ffb54c;
|
background-color: #ffd9a4;
|
||||||
padding: 10px 0 10px 0;
|
padding: 10px 0 10px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: ease-in 0.2s;
|
transition: ease-in 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion.active, .accordion:hover {
|
.accordion.active, .accordion:hover {
|
||||||
background-color: #fffdcc;
|
background-color: #ffb752;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion p {
|
.accordion p {
|
||||||
@ -325,6 +325,10 @@ body.dark #socials .social img {
|
|||||||
filter: invert();
|
filter: invert();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.dark .accordion {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
body:not(.dark) .social {
|
body:not(.dark) .social {
|
||||||
background-color: rgb(185, 175, 255);
|
background-color: rgb(185, 175, 255);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user