diff --git a/assets/css/index.css b/assets/css/index.css index c55d6fc2..af94b887 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -39,7 +39,7 @@ body { font-family: 'Roboto'; color: white; - -moz-user-select: none; /* Firefox */ + -moz-user-select: none; /* Firefox */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } @@ -154,31 +154,6 @@ time { * Copyright (c) 2018 Daniel Eden */ - @-webkit-keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } - } - - @keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } - } - - .fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - } - @-webkit-keyframes fadeInUp { from { opacity: 0; @@ -212,7 +187,6 @@ time { animation-name: fadeInUp; } - .animated { -webkit-animation-duration: 0.75s; /* modified from 1s */ animation-duration: 0.75s; /* modified from 1s */ @@ -228,4 +202,4 @@ time { -webkit-transition: none !important; transition: none !important; } - } \ No newline at end of file + }