changed color scheme

This commit is contained in:
nek0 2016-04-22 10:22:01 +02:00
parent 7455392fa5
commit c186afa67d
1 changed files with 8 additions and 6 deletions

View File

@ -4,8 +4,8 @@ body {
height: 100vh;
margin: 0 auto;
padding: 0;
background-color: #ff0000;
color: #ffffff;
background-color: white;
color: black;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
}
@ -38,10 +38,12 @@ nav li {
nav li a {
width: 7.5ex;
height: 7.5ex;
border: 0.5px solid #ffffff;
border: 0.5px solid red;
border-radius: 50%;
display: inline-block;
color: #ffffff;
color: white;
background-color: red;
box-shadow: 0 0 10px 6px red;
font-weight: bold;
/*padding: 0.3em 0.5em 0.5em;*/
line-height: 7.5ex;
@ -55,8 +57,8 @@ nav li a:hover {
}
a {
color: #ffffff;
text-decoration: underline;
color: red;
text-decoration: none;
}
h3 {
font-size: 120%;