anki/qt/aqt/data/web/css/editing-area.scss

20 lines
297 B
SCSS
Raw Normal View History

editing-area {
display: block;
overflow-wrap: break-word;
overflow: auto;
padding: 5px;
&:empty::after {
content: "\a";
white-space: pre;
}
}
img.drawing {
zoom: 50%;
.nightMode & {
filter: unquote("invert() hue-rotate(180deg)");
}
}