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

@@ -16,7 +16,7 @@ tr {
th {
font-size: 14px;
font-weight: 400;
color: #039;
color: var(--ls-primary-text-color);
border-bottom: 2px solid var(--ls-border-color);
padding: 10px 8px;
}