From ce32333ef5a569d5fa606bd1346a6c537d5f0c4e Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 28 Dec 2017 18:56:29 -0500 Subject: [PATCH] Add alternate gb for low/high severity alerts --- static/main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/main.scss b/static/main.scss index c630ded..3ed0305 100644 --- a/static/main.scss +++ b/static/main.scss @@ -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 {