]> git.agnieray.net Git - galette.git/commitdiff
Remove background transparency on top navbar
authorGuillaume AGNIERAY <dev@agnieray.net>
Sun, 1 Oct 2023 18:49:15 +0000 (20:49 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 5 Oct 2023 04:50:20 +0000 (06:50 +0200)
ui/semantic/galette/globals/site.overrides

index ab273d05d5cbc273181a6d76614264bc18e25cb0..ffb503586fe4c497f1e7cf86de258eaf8896e327 100644 (file)
@@ -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;