diff options
author | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
commit | 56361fa2fc42eefde4794358986187a508c7054e (patch) | |
tree | 3f31057ea0331143a871840387af69062561f60f /view/theme/redbasic/css | |
parent | fedce4cd74763574492770c2abefc1cbe9bc90ea (diff) | |
download | volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.gz volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.bz2 volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.zip |
theme fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |