Added custom.css and copypasta page
All checks were successful
Build and Deploy VitePress / build-and-deploy (push) Successful in 15s

This commit is contained in:
Malasaur 2026-04-11 18:45:33 +02:00
parent e3c23607d4
commit 3f92ec60d0
4 changed files with 651 additions and 893 deletions

View file

@ -0,0 +1,4 @@
pre code {
white-space: pre-wrap !important;
word-break: break-word !important;
}

View file

@ -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,