Skip to content

Commit

Permalink
Use variable rather than hard-coding color
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyghost authored and kategengler committed Jun 9, 2021
1 parent 7211c72 commit 36bbddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/styles/components/_addon-size.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

&.grand-total {
border-top: 1px dotted #97bacc;
border-top: 1px dotted tint($blue, 50%);
margin-top: .5rem;
padding-top: .5rem;
}
Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/_dependency-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
margin-top: .5rem;
display: flex;
justify-content: space-between;
border-bottom: 1px dotted #97bacc;
border-bottom: 1px dotted tint($blue, 50%);
}

.more {
Expand Down

0 comments on commit 36bbddc

Please sign in to comment.