Skip to content

Commit

Permalink
chore: move hardcoded colors to variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jun 27, 2023
1 parent a11cf04 commit f80b75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.answer__highlighted {
background-color: #e8d2fd;
background-color: @paleLavender;
color: black;
}

Expand Down
4 changes: 4 additions & 0 deletions src/SearchBlock/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Colors
@sf-medium-gray2: #808080;
@sf-dark-gray: #303030;

// Red Colors

@paleLavender: #e8d2fd;

/*-------------------
Base Sizes
--------------------*/
Expand Down

0 comments on commit f80b75d

Please sign in to comment.