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