Skip to content

Commit

Permalink
Restore colours to icons on help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 25, 2023
1 parent 2e3389e commit d9e95eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,11 @@ button.warning:hover {
border-color: var(--red-shade);
background-color: var(--red-tint);
}

.green {
color: var(--green);
}

.red {
color: var(--red);
}

0 comments on commit d9e95eb

Please sign in to comment.