mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-20 03:13:57 +00:00
Fix text not changing color in dark mode
This commit is contained in:
@@ -182,7 +182,7 @@ a {
|
||||
|
||||
#source .row>.row-title {
|
||||
font-size: 1.05em;
|
||||
color: var(--app-tint-color);
|
||||
color: var(--app-tint-color) !important;
|
||||
}
|
||||
|
||||
#source .bi {
|
||||
|
||||
Reference in New Issue
Block a user