mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +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 {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
p,
|
||||
h1,
|
||||
h2 {
|
||||
color: white;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
|
||||
Reference in New Issue
Block a user