From 5b62e73b5b6c8b0a28f764dd4caa21a850aa283c Mon Sep 17 00:00:00 2001 From: Cristian Oliveira Date: Sat, 20 Jan 2018 16:01:40 +0100 Subject: [PATCH] feature: Change color to follow rust-lang.org --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index de5d3f4..f7015a1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -33,12 +33,11 @@ html,body{ .header{ - color: #2a6496; + color: #428BCA; margin-top: 140px; margin-bottom: 40px; } - h1{ font-family: 'Open Sans', sans-serif; text-align: center; @@ -54,6 +53,7 @@ h1 strong{ } h2{ + color: #000000; text-align: center; font-weight: 300; font-size: 20px; @@ -90,7 +90,7 @@ h3{ .field{ /* background: url(../images/field.png) repeat; */ - background-color: #2a6496; + background-color: #428BCA; width: 448px; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px; border: none;