mirror of
https://github.com/nikdoof/base16-logseq.git
synced 2025-12-13 03:12:16 +00:00
Update template
This commit is contained in:
@@ -114,6 +114,23 @@ dark-theme #search-wrapper:focus-within {
|
||||
border-top-color: var(--base01);
|
||||
}
|
||||
|
||||
.dark-theme tr:nth-child(odd) {
|
||||
background-color: var(--base01);
|
||||
}
|
||||
|
||||
.dark-theme tr:nth-child(even) {
|
||||
background-color: var(--base02);
|
||||
}
|
||||
|
||||
.dark-theme th {
|
||||
color: var(--base05);
|
||||
}
|
||||
.dark-theme .non-block-editor textarea,
|
||||
.dark-theme pre,
|
||||
.dark-theme pre.code {
|
||||
background: var(--base01);
|
||||
}
|
||||
|
||||
/** CodeMirror **/
|
||||
.cm-s-default .CodeMirror {
|
||||
background: var(--base00);
|
||||
|
||||
Reference in New Issue
Block a user