Color change

This commit is contained in:
mathias 2015-02-17 22:08:52 +02:00
parent 3464ed55e6
commit d1c502a9a1

View file

@ -125,8 +125,8 @@ a:focus {
color: #fff; color: #fff;
background-color: #AA0000; background-color: #AA0000;
background-image: linear-gradient(90deg, rgba(0,0,0,.04) 50%, transparent 50%), background-image: linear-gradient(90deg, rgba(0,0,0,.04) 50%, transparent 50%),
linear-gradient(rgba(0,0,0,.06) 50%, transparent 50%); linear-gradient(rgba(0,0,0,.04) 50%, transparent 50%);
background-size: 20px 20px; background-size: 25px 25px;
} }
#intro-body { #intro-body {
@ -290,7 +290,7 @@ margin:0 0 20px;
line-height:1.5/; line-height:1.5/;
} }
#intro{ #intro{
background-size:30px 30px; background-size:35px 35px;
} }
#icon { #icon {
font-size: 340px; font-size: 340px;