From 3f0a66e2414f2e935d9416a88c5c064bef668995 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 1 Dec 2014 19:38:00 +0530 Subject: added timer for registrations --- static/website/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static/website/css') diff --git a/static/website/css/main.css b/static/website/css/main.css index 795ca67..98364c1 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -334,9 +334,10 @@ body { } .register-notify{ - font-size: 1.3em; - background-color: #238E68; - color: black!important; + font-size: 1em; + background-color: aqua; + color: orange!important; + font-family: "sans"; } -- cgit