diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-03-22 17:38:42 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-03-22 17:42:17 +0100 |
commit | 6ff92b9f048b0663a0146a1a16a924f01783108f (patch) | |
tree | 9eb9aec7537e146c10994c8134bffda4df102719 /public | |
parent | 7997b662cf94fb3989c83f39b025f9edb99cf775 (diff) |
Set darker background for alerts
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab.bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |