Update template

This commit is contained in:
2020-10-22 17:58:26 +01:00
parent bc489272c3
commit bd92851b6f

View File

@@ -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);