Browse Source

change default link-color

Yuki Takei 2 năm trước cách đây
mục cha
commit
b58132e06d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';