Added custom.css and copypasta page
All checks were successful
Build and Deploy VitePress / build-and-deploy (push) Successful in 15s
All checks were successful
Build and Deploy VitePress / build-and-deploy (push) Successful in 15s
This commit is contained in:
parent
e3c23607d4
commit
3f92ec60d0
4 changed files with 651 additions and 893 deletions
4
.vitepress/theme/custom.css
Normal file
4
.vitepress/theme/custom.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pre code {
|
||||
white-space: pre-wrap !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@ import { h } from 'vue'
|
|||
import type { Theme } from 'vitepress'
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './style.css'
|
||||
import './custom.css'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue