Simplify top bar colors

The text color is inherited from the `<header>` element since commit
e2d540d20, while the background color can also be inherited as well.
This commit is contained in:
Javi Martín
2021-04-29 17:45:42 +02:00
parent 41893f3435
commit 9a94a5f87f

View File

@@ -537,7 +537,7 @@ body > header,
} }
.top-bar { .top-bar {
@extend %brand-background; background-color: inherit;
padding-bottom: 0; padding-bottom: 0;
padding-top: 0; padding-top: 0;