diff --git a/src/styles/style.css b/src/styles/style.css index ea84f85..2626f76 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -150,6 +150,11 @@ starlight-theme-select select option { background-color: var(--background-color); } +html[data-theme="dark"] starlight-theme-select select option { + color: var(--witch-purple) !important; + background-color: var(--witch-lavender) !important; +} + .social-icons::after { display: none; }