mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-29 14:51:09 +00:00
Fix the terrible dark mode again
This commit is contained in:
@@ -22,7 +22,10 @@ h1, h2, h3:not(.h5), h4 {
|
||||
@import "flag-icon";
|
||||
|
||||
.textColor {
|
||||
fill: rgb(40,50,63);
|
||||
fill: $dark;
|
||||
}
|
||||
.logoColor { // Navbar logo text
|
||||
fill: $primary;
|
||||
}
|
||||
|
||||
.post-info, .post-title {
|
||||
|
Reference in New Issue
Block a user