Files
ojnext/src/index.css
yuetsh fab689ffdf
Some checks failed
Deploy / deploy (push) Has been cancelled
add raw data for radar
2026-01-04 09:19:40 +08:00

12 lines
188 B
CSS

body {
height: 100vh;
}
.md-editor-dark {
--md-bk-color: var(--n-body-color) !important;
}
.md-editor-dark div.vuepress-theme {
--md-theme-color: var(--n-text-color) !important;
}