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
266ba8b09a
commit
c1a726355f
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ body {
|
|||
animation: fadein 1.5s;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Reference in a new issue