Skip to content

Commit

Permalink
Add alternate gb for low/high severity alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 28, 2017
1 parent 7744cd7 commit ce32333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/main.scss
Expand Up @@ -144,6 +144,9 @@ ul.toc {
}
}

.alert-low h2 { background: lighten($alert-normal-bg, 5%); }
.alert-high h2 { background: darken($alert-normal-bg, 5%); }

.alert-info h2 { background: $alert-info-bg }
.alert-critical {
h2, h2 *, h2 .sep {
Expand Down

0 comments on commit ce32333

Please sign in to comment.