Skip to content

Commit

Permalink
Use new favicon, red 'Join' link has hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Johnson committed Nov 8, 2013
1 parent dd6b7dc commit ca9b91f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Ragemas - 2013</title>
<meta name="viewport" content="width=device-width, minimumscale=
1.0, maximum-scale=1.0" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.13.0/build/cssreset/cssreset-min.css">
<!--<link rel="stylesheet" href="css/bootstrap.css" type="text/css"/>-->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
Expand Down
11 changes: 10 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,19 @@ a:active {
font-size: 12pt;
}

.nav li.join a {
.nav li.join a:link {
color: #d12d2d;
font-weight: 700;
}
.nav li.join a:visited {
color: #d12d2d;
}
.nav li.join a:hover {
color: #ff3636;
}
.nav li.join a:active {
color: #ff3636;
}

.col60 {
width: 60%;
Expand Down

0 comments on commit ca9b91f

Please sign in to comment.