Skip to content

Commit 0a4f0a2

Browse files
committed
fix font color in navbar brand element when logo is used
1 parent eed1d6c commit 0a4f0a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/header.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ body {
2727
padding-left: 1rem;
2828
}
2929

30+
.navbar-brand .navbar-item {
31+
color: var(--navbar-font-color);
32+
}
33+
3034
.navbar-brand .navbar-item:first-child {
3135
align-self: center;
3236
padding: 0;
33-
color: var(--navbar-font-color);
3437
font-size: calc(22 / var(--rem-base) * 1rem);
3538
flex-wrap: wrap;
3639
line-height: 1;

0 commit comments

Comments
 (0)