Browse Source

headings style color change

headings color to yellow
tags/0.9.0
Alej 5 years ago
parent
commit
2892c767a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/src/app.vue

+ 1
- 1
vue-theme/src/app.vue View File

@@ -30,7 +30,7 @@ html > body
30 30
         width: 100%
31 31
         
32 32
         :--headings
33
-            color: red
33
+            color: yellow
34 34
 
35 35
         > [class^="page--"]
36 36
             background-color: pink

Loading…
Cancel
Save