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
|
//https://vitepress.vuejs.org/guide/theme-introduction#customizing-css
|
||||||
import { ThemeSettings } from '../../src/custom/theme'
|
import { ThemeSettings } from '../../src/custom/theme'
|
||||||
import '../../src/styles/imports.css'
|
|
||||||
import DefaultTheme from 'vitepress/theme'
|
import DefaultTheme from 'vitepress/theme'
|
||||||
import "./custom.css";
|
import '../../src/styles/imports.css'
|
||||||
|
|
||||||
const CustomTheme = {
|
const CustomTheme = {
|
||||||
...DefaultTheme,
|
...DefaultTheme,
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Ubuntu:500');
|
@import url('https://fonts.googleapis.com/css?family=Ubuntu:500');
|
||||||
|
|
||||||
/* Custom Imports */
|
/* Custom Imports */
|
||||||
|
@import 'theme.css';
|
||||||
@import 'index.css';
|
@import 'index.css';
|
||||||
@import 'scrollbar.css';
|
@import 'scrollbar.css';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user