Browse Source

change color

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

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -297,7 +297,7 @@ pre:not(.hljs):not(.CodeMirror-line) {
 
   .nav-link {
     &:hover {
-      background-color: rgba(orange, 0.25);
+      background-color: rgba($link-color, 0.08);
     }
   }
   .nav-link svg {