Skip to content

Commit

Permalink
avoid different grays
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Jan 30, 2019
1 parent 0dbd041 commit 689cebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boilerplate/templates/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ section {
.value {
max-width: 500px;
padding: 8px;
background-color: color('alto');
background-color: color('athens-gray');
display: flex;
justify-content: space-between;
> * {
Expand Down Expand Up @@ -173,7 +173,7 @@ section {
}

.help {
background-color: color('alto');
background-color: color('athens-gray');
padding: 8px;
@include txt;
@include txt-1;
Expand Down Expand Up @@ -213,7 +213,7 @@ section {
width: 24px;
height: 24px;
cursor: pointer;
background: color('alto');
background-color: color('athens-gray');
border-radius: 50%;
text-align: center;
@include txt;
Expand Down

0 comments on commit 689cebe

Please sign in to comment.