Skip to content

Commit

Permalink
change title color
Browse files Browse the repository at this point in the history
  • Loading branch information
frenesim committed Mar 5, 2014
1 parent f357816 commit 0b7e2f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/style.css
Expand Up @@ -23,8 +23,8 @@ font-family:"Helvetica Neue",Helvetica, Arial;
height: 100%;
top: 0;
left: 0;
opacity: 0.3;
filter: alpha(opacity = 30);
opacity: 0.6;
filter: alpha(opacity = 60);
}

#title_no_tranperency{
Expand All @@ -40,7 +40,7 @@ font-family:"Helvetica Neue",Helvetica, Arial;
#main_title{
position: relative;
padding-top:20px;
color:red;
color:rgb(206, 26, 56);
font-size:60px;
font-weight: bold;
opacity: 1;
Expand Down

0 comments on commit 0b7e2f9

Please sign in to comment.