mirror of https://github.com/usememos/memos
fix: code highlight in dark mode (#702)
parent
36b92ad884
commit
b7ab6f8e7e
@ -0,0 +1,7 @@
|
|||||||
|
html.dark {
|
||||||
|
@import (less) "highlight.js/styles/atom-one-dark.css";
|
||||||
|
}
|
||||||
|
|
||||||
|
html:not(.dark) {
|
||||||
|
@import (less) "highlight.js/styles/github.css";
|
||||||
|
}
|
Loading…
Reference in New Issue