Skip to content

Commit

Permalink
adjust text color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed Aug 22, 2024
1 parent 05befaa commit aa29a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/sass/ads-sass/bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $darkmode-text-strong: #eee;
$darkmode-text-secondary: #8b949e;
$darkmode-text-dim: #8b949e;
$darkmode-text-dimmer: #484f58;
$darkmode-text-disabled: #30363d;
$darkmode-text-disabled: #56616e;
$darkmode-link: #58a6ff;
$darkmode-input-bg: #21262d;
$darkmode-input-border: #464545;
Expand Down

0 comments on commit aa29a93

Please sign in to comment.