Skip to content

Commit

Permalink
Merge branch '8277-note-style-contrast' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jun 4, 2024
2 parents 6eab546 + 615b13b commit 4f076c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/responsive/_notes_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ $note-text: $oil;
$note-bg: lighten($primary-color, 60%);
$note-border: $primary-color;

$note-red-text: darken($alert-color, 10%);
$note-red-text: darken($alert-color, 25%);
$note-red-bg: lighten($alert-color, 40%);
$note-red-border: $alert-color;

$note-green-text: darken($success-color, 10%);
$note-green-text: darken($success-color, 25%);
$note-green-bg: lighten($success-color, 40%);
$note-green-border: $success-color;

$note-blue-text: darken($primary-color, 10%);
$note-blue-text: darken($primary-color, 15%);
$note-blue-bg: lighten($primary-color, 60%);
$note-blue-border: $primary-color;

$note-yellow-text: darken($warning-color, 10%);
$note-yellow-text: darken($warning-color, 30%);
$note-yellow-bg: lighten($warning-color, 40%);
$note-yellow-border: $warning-color;

Expand Down

0 comments on commit 4f076c7

Please sign in to comment.