Browse Source

Fixed build scss warning

zhixin 1 year ago
parent
commit
dc615b608e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/themes/_theme.scss

+ 2 - 2
src/themes/_theme.scss

@@ -327,6 +327,8 @@
 
         li.page-intermediate {
           a {
+            color: #c8c8c8;
+
             &::before {
               content: "\2B05";
             }
@@ -334,8 +336,6 @@
             &::after {
               content: "\27A1";
             }
-
-            color: #c8c8c8;
           }
         }