|
|
@@ -115,8 +115,6 @@ body {
|
|
|
transition: fill 0.8s ease-out;
|
|
|
}
|
|
|
|
|
|
- background-color: darken($bgcolor-navbar, 10%);
|
|
|
-
|
|
|
.logo-mark {
|
|
|
svg {
|
|
|
fill: $fillcolor-logo-mark;
|
|
|
@@ -139,6 +137,10 @@ body {
|
|
|
.nav-item > .nav-link {
|
|
|
color: white;
|
|
|
}
|
|
|
+
|
|
|
+ .logo {
|
|
|
+ background-color: darken($bgcolor-navbar, 10%);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.grw-title-bar {
|