diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 2a4f679..fdefc51 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -293,10 +293,34 @@ color: var(--color-label-text); } +.following.bar #navbar { + min-height: 45px; +} + +/* Align items (notifications, dropdown toggle) to the right. */ +.following.bar #navbar .brand { + justify-content: flex-end !important; +} + .ui.tabular.menu { border-color: var(--color-border); } +/* Navbar logo. */ +.item.brand a { + opacity: .8; + transition: opacity var(--transition-speed) ease-in-out; +} + +.item.brand a:hover { + opacity: 1; +} + +.item.brand svg { + height: 21px; + color: #fff; +} + .ui.breadcrumb a { color: var(--color-text); } diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl index f4484d6..8e93b58 100644 --- a/templates/custom/body_inner_pre.tmpl +++ b/templates/custom/body_inner_pre.tmpl @@ -455,7 +455,7 @@