diff --git a/style.css b/style.css index 488d024..3a08135 100644 --- a/style.css +++ b/style.css @@ -213,14 +213,14 @@ button { .accordion { width: 100%; - background-color: #ffb54c; + background-color: #ffd9a4; padding: 10px 0 10px 0; cursor: pointer; transition: ease-in 0.2s; } .accordion.active, .accordion:hover { - background-color: #fffdcc; + background-color: #ffb752; } .accordion p { @@ -325,6 +325,10 @@ body.dark #socials .social img { filter: invert(); } +body.dark .accordion { + color: #000; +} + body:not(.dark) .social { background-color: rgb(185, 175, 255); }