From 56361fa2fc42eefde4794358986187a508c7054e Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Jan 2023 10:59:17 +0000 Subject: theme fixes --- view/theme/redbasic/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a31c5ec32..4c991a724 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -125,14 +125,15 @@ h6, .h6 { font-size: 0.75rem; } -#banner { +.navbar-banner { font-weight: bold; + color: var(--bs-emphasis-color); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } -#banner img { +.navbar-banner img { max-height: 1.35rem; width: auto; } -- cgit v1.2.3