diff options
author | Mario <mario@mariovavti.com> | 2023-01-24 09:29:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-24 09:29:00 +0000 |
commit | cac48fc4bf2d36004dce57be0c6039460b4d2fd5 (patch) | |
tree | bcf733d42ecccb27efb7508dcc0fb25b5276a00e /view/tpl | |
parent | 1cad844d2ddf2bcfec34cdfb45f23e3878810147 (diff) | |
download | volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.tar.gz volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.tar.bz2 volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.zip |
use light colored navbar for light mode - this makes the focus light schema redundant
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index a61e6c490..685fb01d6 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -1,4 +1,4 @@ -<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark"> +<nav class="navbar fixed-top navbar-expand-lg bg-body-tertiary"> <div class="container-fluid flex-nowrap"> {{if $userinfo}} <div class="d-flex" style="max-width: 50%"> |