Skip to content

Commit 333cbc2

Browse files
authored
Merge pull request #545 from processing/fix/stroke-color
Fix text stroke color not the same as the fill color
2 parents 0182eaa + 366aaf1 commit 333cbc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/global.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ h4 {
186186
body {
187187
background-color: var(--bg-color);
188188
color: var(--type-color);
189-
-webkit-text-stroke-color: var(--type-color);
189+
-webkit-text-stroke-color: currentcolor;
190190
@extend .text-body;
191191
font-weight: 400;
192192
}
@@ -315,7 +315,6 @@ pre.code-box,
315315
.sidebar {
316316
background-color: var(--sidebar-bg-color);
317317
color: var(--sidebar-type-color);
318-
-webkit-text-stroke-color: var(--sidebar-type-color);
319318
}
320319

321320
/** LAYOUT **/

0 commit comments

Comments
 (0)