mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
c126f07fe7
This reverts commits: -2035e606f3
-ce1196f74f
Since they do not interact well with dark mode.
40 lines
608 B
SCSS
40 lines
608 B
SCSS
@import "base-description";
|
|
|
|
form .martor-preview {
|
|
@include content-description;
|
|
|
|
ul li {
|
|
list-style: unset !important;
|
|
}
|
|
|
|
ul, ol {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
h5 {
|
|
text-transform: none !important;
|
|
}
|
|
}
|
|
|
|
.main-martor-fullscreen {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
.section-martor {
|
|
div[data-tab="editor-tab-description"] {
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-selector.markdown-emoji {
|
|
display: none !important;
|
|
}
|
|
|
|
.tab-martor-menu a.item {
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.martor-field {
|
|
height: 400px;
|
|
}
|
|
}
|