fix: #248 dark background disappears when export PDF (#252)

This commit is contained in:
Felix Häusler 2018-05-08 04:19:04 +02:00 committed by 冉四夕
parent 2add5d5856
commit c7f574b7b9

View File

@ -399,7 +399,8 @@
height: 1.5em;
}
/* for dark theme */
.dark.editor-wrapper {
.dark.editor-wrapper,
.dark.editor-wrapper #ag-editor-id {
background: rgb(43, 43, 43);
}
</style>