diff options
author | hardythe1 | 2014-11-28 17:17:45 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-28 17:17:45 +0530 |
commit | c660e0b2e208721ec35b80a0324f71df8e662584 (patch) | |
tree | e3b88f043e2fd876d2fa3bd0d027d1833bd730d2 | |
parent | 8b5e4e009f25327f9d0614bdceeb55135567d725 (diff) | |
download | scipy2014-c660e0b2e208721ec35b80a0324f71df8e662584.tar.gz scipy2014-c660e0b2e208721ec35b80a0324f71df8e662584.tar.bz2 scipy2014-c660e0b2e208721ec35b80a0324f71df8e662584.zip |
changed color for registration notification
-rw-r--r-- | static/website/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index c816257..b0883ec 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -335,8 +335,8 @@ body { .register-notify{ font-weight: 900; - background-color: #ffb732; - color: green!important; + background-color: #284942; + color: white!important; font-family: -webkit-body; } |