Skip to content

Commit

Permalink
feature: Change color to follow rust-lang.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jan 20, 2018
1 parent afcca2e commit 5b62e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/style.css
Expand Up @@ -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;
Expand All @@ -54,6 +53,7 @@ h1 strong{
}

h2{
color: #000000;
text-align: center;
font-weight: 300;
font-size: 20px;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5b62e73

Please sign in to comment.