Przeglądaj źródła

docs: fix brand colors

alvarosabu 1 rok temu
rodzic
commit
db4523a979

+ 1 - 0
docs/.vitepress/theme/config.css → docs/.vitepress/theme/custom.css

@@ -1,6 +1,7 @@
 :root {
 :root {
   --vp-home-hero-name-color: #82dbc5;
   --vp-home-hero-name-color: #82dbc5;
   --vp-c-brand: #82dbc5;
   --vp-c-brand: #82dbc5;
+  --vp-c-brand-1: #75c5b1;
   --vp-c-dark: #1f1f1e;
   --vp-c-dark: #1f1f1e;
 }
 }
 
 

+ 1 - 3
docs/.vitepress/theme/index.ts

@@ -1,12 +1,10 @@
 import 'uno.css'
 import 'uno.css'
-import { h } from 'vue'
 
 
 // .vitepress/theme/index.ts
 // .vitepress/theme/index.ts
 import Theme from 'vitepress/theme'
 import Theme from 'vitepress/theme'
-import './config.css'
+import './custom.css'
 
 
 import TresLayout from './TresLayout.vue'
 import TresLayout from './TresLayout.vue'
-import HomeSponsors from './components/HomeSponsors.vue'
 
 
 /* const plausible = createPlausible({
 /* const plausible = createPlausible({
   init: {
   init: {