Skip to content

Commit

Permalink
Also brighten tutorial text blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 25, 2025
1 parent a8b6bf1 commit 1cc7d80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme/color-themes/overrides/arcade-dark-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
color: var(--pxt-target-foreground3);
}

.pxtToolbox .blocklyTreeIcon {
/* Better contrast in toolbox, but try to preserve some of the icon color */
.pxtToolbox .blocklyTreeIcon,
.tutorial-container span.docs.inlineblock {
/* Better contrast in toolbox & tutorial block text, but try to preserve some of the icon color */
filter: brightness(1.2) saturate(2);
}

Expand Down

0 comments on commit 1cc7d80

Please sign in to comment.