Browse Source

change default link-color

Yuki Takei 2 years ago
parent
commit
b58132e06d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/preset-themes/src/styles/mono-blue.scss

+ 1 - 1
packages/preset-themes/src/styles/mono-blue.scss

@@ -21,7 +21,7 @@
 
   $body-emphasis-color:       black;
 
-  $link-color:                $primary;
+  $link-color:                $gray-800;
 
   @import 'bootstrap/scss/variables';
   @import 'bootstrap/scss/variables-dark';