Skip to content

Commit

Permalink
style: adjust dark mode text color contrast
Browse files Browse the repository at this point in the history
- Increase darkness of $dark-fourth-text-color for better readability
- Change from 60% to 70% darken value for improved contrast in dark mode
  • Loading branch information
EvanNotFound committed Nov 20, 2024
1 parent 03b0aa7 commit 9a0f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/common/colors.styl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $dark-invert-text-color = #373D3F
$dark-first-text-color = lighten($dark-default-text-color, 30%)
$dark-second-text-color = lighten($dark-default-text-color, 20%)
$dark-third-text-color = darken($dark-default-text-color, 20%)
$dark-fourth-text-color = darken($dark-default-text-color, 60%)
$dark-fourth-text-color = darken($dark-default-text-color, 70%)
$dark-border-color = rgba(255, 255, 255, 0.08)
$dark-selection-color = $selection-color
$dark-shadow-color-1 = rgba(255, 255, 255, 0.08)
Expand Down

0 comments on commit 9a0f579

Please sign in to comment.