theme 7 small fixes

This commit is contained in:
Xu 2022-05-14 17:33:37 +02:00 committed by Igor Scheller
parent ffaf83af32
commit 25e28535d0
2 changed files with 10 additions and 1 deletions

View File

@ -166,7 +166,7 @@ return [
7 => [
'name' => 'Engelsystem 35c3 dark (2018)',
'type' => 'dark',
'navbar_classes' => 'navbar-primary bg-black border-primary',
'navbar_classes' => 'navbar-primary navbar-dark bg-black border-primary',
],
6 => [
'name' => 'Engelsystem 34c3 dark (2017)',

View File

@ -163,6 +163,15 @@ $alert-color-scale: 0;
color: $gray-darker;
}
.navbar-brand {
strong {
color: $brand-primary;
}
}
.navbar-dark .navbar-nav .nav-link {
color: $brand-primary;
}
// Bootswatch
// -----------------------------------------------------