From: Guillaume AGNIERAY Date: Sun, 1 Oct 2023 18:49:15 +0000 (+0200) Subject: Remove background transparency on top navbar X-Git-Tag: 1.0.0rc2~31 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=5c8c5d054fffa7616a317f1b1ed80668927c64e4;p=galette.git Remove background transparency on top navbar --- diff --git a/ui/semantic/galette/globals/site.overrides b/ui/semantic/galette/globals/site.overrides index ab273d05d..ffb503586 100644 --- a/ui/semantic/galette/globals/site.overrides +++ b/ui/semantic/galette/globals/site.overrides @@ -65,10 +65,8 @@ body.pushable:not(.loggedin) > .pusher { background-image: url(@galetteBackgroundImageRtl); background-position: left top; } - -#top-navbar, -aside.computer.toc { - background: @galetteNavBackground; +#top-navbar { + background: @lightGrey; } #top-navbar.ui.menu .item img.logo { @@ -131,6 +129,10 @@ footer .ui.horizontal.list > .item{ padding-top: 0; } + aside.computer.toc { + background: @galetteNavBackground; + } + aside.toc { display: block; position: fixed !important;