fix: slide theme

This commit is contained in:
charlie
2020-12-17 15:17:35 +08:00
parent d118c9d201
commit 4356c497bb
2 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,18 @@
html[data-theme=light] {
#right-sidebar .reveal {
h1,
h2,
h3,
h4,
h5,
h6 {
color: initial;
}
}
}
.reveal {
color: #f7f7f7;
color: var(--ls-primary-text-color);
background: var(--ls-slide-background-color);
pre.code {