generated from nhcarrigan/template
fix(style): fix illegible active sidebar item in dark mode
This commit is contained in:
@@ -103,6 +103,10 @@ a[aria-current="page"] {
|
||||
background-color: var(--witch-rose) !important;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] a[aria-current="page"] {
|
||||
color: var(--witch-moon) !important;
|
||||
}
|
||||
|
||||
header {
|
||||
color: var(--primary-color) !important;
|
||||
background-color: var(--witch-lavender) !important;
|
||||
|
||||
Reference in New Issue
Block a user