Skip to content

Commit

Permalink
Merge pull request #5344 from vector-im/dbkr/error_warning_color
Browse files Browse the repository at this point in the history
Add div.warning and use the scss var
  • Loading branch information
lukebarnard1 authored Oct 19, 2017
2 parents acb678a + 42ca840 commit 289743c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/skins/vector/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ body {
-webkit-font-smoothing: subpixel-antialiased;
}

div.error {
color: red;
div.error, div.warning {
color: $warning-color;
}

h2 {
Expand Down

0 comments on commit 289743c

Please sign in to comment.