pull/1/head
Oliver Kennedy 2015-12-12 16:31:35 -05:00
parent bb93674c9e
commit 54e27a6f99
1 changed files with 7 additions and 8 deletions

View File

@ -41,9 +41,9 @@ body {
left: 0px;
top: 42px;
text-align: center;
background-image:linear-gradient(#777 20%, #445 100%);
background-color: white;
border-bottom: 1px dotted black;
vertical-align: bottom;
box-shadow: 2px 2px 5px #666;
margin-bottom: 0px;
}
.header_menu li {
@ -56,11 +56,15 @@ body {
font-style: normal;
font-variant: normal;
font-weight: normal;
color: white;
color: black;
display: inline-block;
text-shadow: 2px 0px 5px black;
}
.header_menu li:hover {
background-color: #ddd;
}
h1 h2 h3 h4 h5 h6 {
font-family: DINWebBold, 'Trebuchet MS', sans-serif;
font-weight: bold;
@ -77,11 +81,6 @@ h2 {
font-size: 35px;
}
.header_menu li:hover {
background-image:linear-gradient(#ccd 20%, #90add4 100%);
color: black;
}
.content {
width: 100%;
text-align: center;