]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix transparency level behind links 213/head
authorsimonporte <32496803+simonporte@users.noreply.github.com>
Fri, 23 Apr 2021 17:40:08 +0000 (19:40 +0200)
committersimonporte <32496803+simonporte@users.noreply.github.com>
Mon, 16 Aug 2021 19:08:25 +0000 (21:08 +0200)
src/assets/app.scss

index 48c60aec329a84d3e6a5b5baa7cc681aa9c7a0fc..52d885732119e602ccb5f33ea20bb867417db83b 100644 (file)
@@ -140,8 +140,7 @@ body {
         }
       }
     }
-    .navbar,
-    .navbar-menu {
+    .navbar {
       background-color: var(--highlight-secondary);
 
       a {
@@ -153,6 +152,9 @@ body {
           background-color: var(--highlight-hover);
         }
       }
+       .navbar-menu {
+      background-color: inherit;
+      }
     }
     .navbar-end {
       text-align: right;