Browse Source

fix lint error

akira-s 5 years ago
parent
commit
ec7c39e12c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/client/styles/scss/theme/wood.scss

+ 2 - 2
src/client/styles/scss/theme/wood.scss

@@ -110,8 +110,8 @@ html[dark] {
 
   // hljs
   .hljs {
-    background-color: $bgcolor-inline-code;
     color: #433005;
+    background-color: $bgcolor-inline-code;
   }
 
   // Search Top
@@ -130,8 +130,8 @@ html[dark] {
   }
   
   .nav-tabs .nav-link.active {
-    background: transparent;
     color: $color-link !important;
+    background: transparent;
     &:hover {
       color: $color-link-hover !important;
     }