diff --git a/config/config.default.php b/config/config.default.php index 470c2cb7..3d402d70 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -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)', diff --git a/resources/assets/themes/theme7.scss b/resources/assets/themes/theme7.scss index cac5c8d9..d4fc38f2 100644 --- a/resources/assets/themes/theme7.scss +++ b/resources/assets/themes/theme7.scss @@ -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 // -----------------------------------------------------