Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure text contrast with odd browser colours
(and add some minor polish on nearby CSS lines)
  • Loading branch information
Anthony Parsons committed Apr 10, 2015
1 parent cd61df3 commit a57bc71
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions web/index.tmpl
Expand Up @@ -9,21 +9,20 @@
<style type="text/css">
body {
font-family:helvetica,arial,sans-serif;
color:#000;
padding-top: 1em;
padding-bottom: 2em;
}
a {color:#000;}
a {color:inherit;}
a img {border:none;}
.project-logo {width:32px;margin-left:-37px;margin-right:5px;float:left;}
.badges { float: right; width: 160px; }
#header {
margin:0 0 3em;min-height:200px;
-moz-border-radius:1em 1em 1em 1em;
-moz-box-shadow:5px 5px 10px #888888;
border-radius:1em 1em 1em 1em;
background:none repeat scroll 0 0 #80B5FF;
border-radius: 1em;
box-shadow:5px 5px 10px #888888;
background: #80B5FF;
border:0.2em solid #63A4FF;
color: #000;
font-weight:bold;
padding:0 1em;
position:relative;
Expand Down

0 comments on commit a57bc71

Please sign in to comment.