From 6ff92b9f048b0663a0146a1a16a924f01783108f Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 22 Mar 2015 17:38:42 +0100 Subject: Set darker background for alerts --- public/css/sublab.bootstrap.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/sublab.bootstrap.css b/public/css/sublab.bootstrap.css index e4c5a23..3e3d0c4 100644 --- a/public/css/sublab.bootstrap.css +++ b/public/css/sublab.bootstrap.css @@ -44,3 +44,10 @@ h1 { background-size: cover; } +.alert-success { + background-color: #192f13; +} + +.alert .close { + color: #fff; +} -- cgit v1.2.1