mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: Slide content not visible (readable) when using the light color scheme
Resolved #936
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user