diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index c3f91ff..cd6dae2 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -12,7 +12,7 @@ body { background-color: #f3f1ea; } #page-wrapper { - max-width: 960px; + max-width: 1010px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; @@ -332,3 +332,10 @@ body { max-width: 500px; margin: 20px auto; } + +.register-notify{ + font-weight: 900; + background-color: #ffb732; + color: green!important; + font-family: -webkit-body; +} |