Files
ojnext/public/style.css
yuetsh 315729d7e8
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
fix
2026-03-09 21:07:59 +08:00

21 lines
315 B
CSS

@font-face {
font-family: "Monaco";
src: url(/Monaco.ttf);
}
.md-editor-preview .md-editor-code .md-editor-code-head {
z-index: 100 !important;
}
.md-editor-preview img {
height: auto;
}
.md-editor-preview h1 {
font-size: 1.6rem !important;
}
.md-editor-preview h2 {
font-size: 1.4rem !important;
}