aboutsummaryrefslogtreecommitdiff
path: root/css/theme/night.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 17:52:26 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 17:52:26 +0100
commit9478d03cf6584ac4ec93a79b02f4290da194dee5 (patch)
treeef0efda171ec6b51af4abc4b9d9a888a6a8dbd65 /css/theme/night.css
parentb25fa5065720a95ead521d148f5384515549d383 (diff)
downloadfreenode-live-2017-presentation-9478d03cf6584ac4ec93a79b02f4290da194dee5.tar
freenode-live-2017-presentation-9478d03cf6584ac4ec93a79b02f4290da194dee5.tar.gz
drop -o-transition and -ms-transition
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index 46c6e64..3984c14 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -52,8 +52,6 @@ body {
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
- -ms-transition: color .15s ease;
- -o-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:hover {
@@ -77,8 +75,6 @@ body {
.reveal a img {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
- -ms-transition: all .15s linear;
- -o-transition: all .15s linear;
transition: all .15s linear; }
.reveal a:hover img {
@@ -127,8 +123,6 @@ body {
background: #e7ad52;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************