This commit is contained in:
mathias 2017-02-12 19:52:20 +02:00
parent e1cbdfeece
commit 8d8371fdfe

View file

@ -25,18 +25,18 @@ body {
}
body {
background: #eee;
color: #777777;
color: #767676;
font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.000em;
line-height: 1.000em;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
background: rgba(0, 0, 0, .3);
background: #aaa;
}
::selection {
background: rgba(0, 0, 0, .3);
background: #aaa;
}
h1,
h2 {
@ -119,7 +119,7 @@ a:focus {
.button:hover,
.button:focus {
background: #767676;
color: #eee;
color: #fff;
}
/* Responsive Design */