mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
update: change to theme.css
- remove custom.css - rename to theme.css - use import style
This commit is contained in:
parent
64835de430
commit
49f5314caa
@ -1,8 +1,7 @@
|
||||
//https://vitepress.vuejs.org/guide/theme-introduction#customizing-css
|
||||
import { ThemeSettings } from '../../src/custom/theme'
|
||||
import '../../src/styles/imports.css'
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import "./custom.css";
|
||||
import '../../src/styles/imports.css'
|
||||
|
||||
const CustomTheme = {
|
||||
...DefaultTheme,
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Ubuntu:500');
|
||||
|
||||
/* Custom Imports */
|
||||
@import 'theme.css';
|
||||
@import 'index.css';
|
||||
@import 'scrollbar.css';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user