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