Skip to content

Commit

Permalink
Update alternative background colour in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jun 12, 2024
1 parent 3509ae8 commit db397f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_settings_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ $colors--dark-theme--link-default: $color-link-dark !default;
$colors--dark-theme--link-visited: $color-link-visited-dark !default;

$colors--dark-theme--background-default: #262626 !default;
$colors--dark-theme--background-alt: #2d2d2d !default;
$colors--dark-theme--background-alt: #202020 !default;
$colors--dark-theme--background-code: $color-code-background-dark !default;
$colors--dark-theme--background-inputs: rgba($colors--dark-theme--text-default, $input-background-opacity-amount) !default;
$colors--dark-theme--background-active: rgba($colors--dark-theme--text-default, $active-background-opacity-amount) !default;
Expand Down

0 comments on commit db397f3

Please sign in to comment.