diff --git a/css/app.css b/css/app.css index e3e3bb9..6f0018f 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/css/shared.css b/css/shared.css index 1a42b39..95e2659 100644 --- a/css/shared.css +++ b/css/shared.css @@ -32,7 +32,7 @@ p, h1, h2 { - color: white; + color: white !important; } #nav-bar {