Skip to content

Commit

Permalink
Merge pull request #545 from processing/fix/stroke-color
Browse files Browse the repository at this point in the history
Fix text stroke color not the same as the fill color
  • Loading branch information
Qianqianye authored Sep 17, 2024
2 parents 0182eaa + 366aaf1 commit 333cbc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ h4 {
body {
background-color: var(--bg-color);
color: var(--type-color);
-webkit-text-stroke-color: var(--type-color);
-webkit-text-stroke-color: currentcolor;
@extend .text-body;
font-weight: 400;
}
Expand Down Expand Up @@ -315,7 +315,6 @@ pre.code-box,
.sidebar {
background-color: var(--sidebar-bg-color);
color: var(--sidebar-type-color);
-webkit-text-stroke-color: var(--sidebar-type-color);
}

/** LAYOUT **/
Expand Down

0 comments on commit 333cbc2

Please sign in to comment.