diff options
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/static/style.css b/app/static/style.css index 551cc74..57d5199 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -147,6 +147,11 @@ a:hover { border: 1px solid #c96; } +.alert-success { + background: #161; + border: 1px solid #393; +} + /* Nav */ nav, main, #alerts { |
