mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +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 {
|
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 */
|
||||||
|
|
Loading…
Reference in a new issue