mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Cleanups
This commit is contained in:
parent
e1cbdfeece
commit
8d8371fdfe
1 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue