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