Skip to content

Commit

Permalink
Color contrast take one thousand
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Dec 5, 2024
1 parent 4a92672 commit afd1754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ $overlay-background-color: rgba(0, 0, 0, 0.4);
/** Banner */
--banner-warning-background: #{$yellow-100};
--banner-warning-text-color: var(--text-color);
--banner-warning-link-color: #{$blue};
--banner-warning-link-color: #046ee7;
--banner-warning-icon-color: #{darken($yellow-700, 10%)};

/** File warning */
Expand Down
4 changes: 2 additions & 2 deletions app/styles/themes/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ body.theme-dark {
--dialog-error-color: #{$red-600};

/** Banner */
--banner-warning-background: #{rgba($yellow-900, 0.4)};
--banner-warning-background: #272216;
--banner-warning-text-color: var(--text-color);
--banner-warning-link-color: #78a8fc;
--banner-warning-link-color: #6682ff;
--banner-warning-icon-color: #{$yellow-700};

/** File warning */
Expand Down

0 comments on commit afd1754

Please sign in to comment.