mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
d5a137d6c0
commit
9c15b4b3c8
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@ body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: #000;
|
||||||
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||||
-webkit-animation: fadein 1s;
|
-webkit-animation: fadein 1.5s;
|
||||||
-moz-animation: fadein 1s;
|
-moz-animation: fadein 1.5s;
|
||||||
-ms-animation: fadein 1s;
|
-ms-animation: fadein 1.5s;
|
||||||
-o-animation: fadein 1s;
|
-o-animation: fadein 1.5s;
|
||||||
animation: fadein 1s;
|
animation: fadein 1.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in a new issue