zahmis 5 years ago
parent
commit
0e1b7fa798
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/client/styles/scss/theme/_apply-colors.scss

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

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