generated from nhcarrigan/template
fix(style): fix illegible theme dropdown options in dark mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user