This commit is contained in:
Vanessa 2022-11-01 19:13:06 +08:00
parent 727c3ab2cb
commit 6e04545ad1
2 changed files with 10 additions and 0 deletions

View file

@ -153,6 +153,11 @@
--b3-pdf-dark: #212224;
}
/* https://github.com/siyuan-note/siyuan/issues/6440 */
.protyle-action--order:after {
mix-blend-mode: multiply;
}
.b3-typography div.hljs, .protyle-wysiwyg div.hljs {
background-color: #f8f9fa;
}

View file

@ -153,6 +153,11 @@
--b3-pdf-dark: #212224;
}
/* https://github.com/siyuan-note/siyuan/issues/6440 */
.protyle-action--order:after {
mix-blend-mode: screen;
}
.b3-text-field::-webkit-calendar-picker-indicator {
filter: invert(1)
}