mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
11 lines
301 B
TypeScript
11 lines
301 B
TypeScript
//https://vitepress.vuejs.org/guide/theme-introduction#customizing-css
|
|
import { ThemeSettings } from '../../src/custom/theme'
|
|
import DefaultTheme from 'vitepress/theme'
|
|
import '../../src/styles/imports.css'
|
|
|
|
const CustomTheme = {
|
|
...DefaultTheme,
|
|
...ThemeSettings
|
|
}
|
|
|
|
export default CustomTheme |