Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
fix: good and bad code examples
Browse files Browse the repository at this point in the history
Improve good and bad code example background and border colors

fix #310
  • Loading branch information
Schalk Neethling committed Dec 2, 2020
1 parent 989baf3 commit bea48bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/atoms/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ table {
}

.example-bad {
background-color: $red-400;
border-color: $red-100;
background-color: $red-450;
border-color: $red-300;
}

.example-good {
background-color: $green-400;
border-color: $green-100;
border-color: $green-300;
}
1 change: 1 addition & 0 deletions sass/vars/_color-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $red-100: #95353a;
$red-200: #b54248;
$red-300: #d0454c;
$red-400: #ffbdbd;
$red-450: #ffeef0;

$orange-100: #a14400;
$orange-200: #c25100;
Expand Down

0 comments on commit bea48bb

Please sign in to comment.