Skip to content

Commit

Permalink
fix(style): adding themed font color to alerts (#58)
Browse files Browse the repository at this point in the history
* adding themed font color to alerts

* reformatting alert
  • Loading branch information
plyr4 authored and wass3r committed Dec 19, 2019
1 parent 944bda7 commit 886fc66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,10 @@ button.-solid {
font-size: 0.9em;
}

.alert-container {
color: var(--color-text);
}

.alert-container.-success {
border: 1px solid var(--color-green);
}
Expand Down

0 comments on commit 886fc66

Please sign in to comment.