Skip to content

Commit 1fec682

Browse files
committed
Fix incorrect var name for torchlight
1 parent a24f884 commit 1fec682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/torchlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
padding-left: 1.85em;
142142
position: relative;
143143
font-size: 1.05em;
144-
color: var(--color-primary-text-color)!important;
144+
color: var(--color-primary-text)!important;
145145
}
146146

147147
.tl-files-name:before {

0 commit comments

Comments
 (0)