online-judge/resources/martor-description.scss
Tudor Brindus c126f07fe7 Revert "Completely remove Pagedown" and "Switch all Pagedown editors to Martor"
This reverts commits:
- 2035e606f3
- ce1196f74f

Since they do not interact well with dark mode.
2023-12-25 12:17:56 -05:00

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;
}
}