diff --git a/style.css b/style.css index 7ba57b2..b30cc51 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ ol,ul{list-style:none;} /* Page Styles */ html{background:#5f99cf url(bg.gif) top center no-repeat;} body{overflow-y:scroll;-moz-border-radius:10px;-moz-box-shadow:rgba(34,34,34,.8) 0 5px 10px;-webkit-border-radius:10px;-webkit-box-shadow:rgba(34,34,34,.8) 0 5px 10px;background:#ddd;border:1px solid #fff;color:#000;line-height:1;margin:20px auto;padding:15px 15px 0;width:830px;} -h1 {color: #444;text-shadow: 0px 2px 2px #fff;font:normal 100px 'Carter One', sans-serif;line-height:120px;text-indent:-10px;text-transform:uppercase;text-align:center;border-bottom:1px solid #a6a6a6;letter-spacing:-5px;margin: 0 -16px;padding: 0 0 8px;} +h1 {color: #444;text-shadow: 0px 2px 2px #fff;font:normal 100px 'Carter One', sans-serif;line-height:90px;text-indent:-10px;text-transform:uppercase;text-align:center;border-bottom:1px solid #a6a6a6;letter-spacing:-5px;margin: 0 -16px;padding: 0 0 8px;} p a, ol a{color:#fff;text-decoration:none;border-bottom:1px solid #fff;} p a:hover, ol a:hover{color:#bbb;border-bottom:1px solid #bbb;} code, pre{font-family:Consolas, 'Courier New', monospace;}