Skip to content

Commit ce32333

Browse files
committed
Add alternate gb for low/high severity alerts
1 parent 7744cd7 commit ce32333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ ul.toc {
144144
}
145145
}
146146

147+
.alert-low h2 { background: lighten($alert-normal-bg, 5%); }
148+
.alert-high h2 { background: darken($alert-normal-bg, 5%); }
149+
147150
.alert-info h2 { background: $alert-info-bg }
148151
.alert-critical {
149152
h2, h2 *, h2 .sep {

0 commit comments

Comments
 (0)