From c660e0b2e208721ec35b80a0324f71df8e662584 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 28 Nov 2014 17:17:45 +0530 Subject: changed color for registration notification --- static/website/css/main.css | 4 ++-- 1 file 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; } -- cgit