From 25e28535d0270c13b88532541681c95e95cee692 Mon Sep 17 00:00:00 2001 From: Xu Date: Sat, 14 May 2022 17:33:37 +0200 Subject: [PATCH] theme 7 small fixes --- config/config.default.php | 2 +- resources/assets/themes/theme7.scss | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 // -----------------------------------------------------