zahmis 5 lat temu
rodzic
commit
0e1b7fa798

+ 6 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -294,6 +294,12 @@ pre:not(.hljs):not(.CodeMirror-line) {
       color: $secondary;
       color: $secondary;
     }
     }
   }
   }
+
+  .nav-link {
+    &:hover {
+      background-color: rgba(orange, 0.25);
+    }
+  }
   .nav-link svg {
   .nav-link svg {
     fill: $color-link;
     fill: $color-link;
   }
   }