0
0
Fork 0

Change full logo to use primary text color of the given theme (#10994)

* Change full logo to use primary text color of the given theme

* Fix colors of public layout header in light theme
This commit is contained in:
Eugen Rochko 2019-06-08 15:30:06 +02:00 committed by GitHub
parent f4bc77f290
commit 20dda5cca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 19 deletions

View file

@ -531,23 +531,14 @@ html {
}
.header {
background: lighten($ui-base-color, 24%);
.nav-link {
color: $white;
&:hover,
&:focus,
&:active {
color: $white;
}
}
background: $ui-base-color;
border: 1px solid lighten($ui-base-color, 8%);
.brand {
&:hover,
&:focus,
&:active {
background: lighten($ui-base-color, 28%);
background: lighten($ui-base-color, 4%);
}
}
}