1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 23:01:09 +00:00

Colorize navbar background

This commit is contained in:
2021-01-16 20:50:44 -06:00
parent 960181d8b2
commit 44d7721892
4 changed files with 2 additions and 8 deletions

View File

@@ -24,9 +24,6 @@ h1, h2, h3:not(.h5), h4 {
.textColor {
fill: $dark;
}
.logoColor { // Navbar logo text
fill: $primary;
}
.post-info, .post-title {
color: theme-color("light");

View File

@@ -56,9 +56,6 @@ $svg-light: $card-bg;
.textColor { // Navbar logo text
fill: $light;
}
.logoColor { // Navbar logo text
fill: $primary;
}
.post-info, .post-title {
color: $light;