fix: Slide content not visible (readable) when using the light color scheme

Resolved #936
This commit is contained in:
Tienson Qin
2020-12-17 14:40:50 +08:00
parent 8d1a1a5c25
commit f768744380
3 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
.white-theme .cp__right-sidebar-settings a {
color: var(--ls-primary-text-color);
}