Kaynağa Gözat

style(docs): update brand-dimm color

0xJacky 2 yıl önce
ebeveyn
işleme
5746d5db2e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/.vitepress/theme/styles/custom.less

+ 1 - 1
docs/.vitepress/theme/styles/custom.less

@@ -12,7 +12,7 @@
     --vp-c-brand-lightest: lighten(@brand-color, 24%);
     --vp-c-brand-dark: darken(@brand-color, 8%);
     --vp-c-brand-darker: darken(@brand-color, 16%);
-    --vp-c-brand-dimm: rgba(100, 108, 255, 0.08);
+    --vp-c-brand-dimm: rgba(103, 165, 243, 0.1);
 }
 
 /**