alvarosabu 1 год назад
Родитель
Сommit
db4523a979
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 0
      docs/.vitepress/theme/custom.css
  2. 1 3
      docs/.vitepress/theme/index.ts

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

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

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

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