diff options
author | Hakim El Hattab | 2016-01-08 13:59:12 +0100 |
---|---|---|
committer | Hakim El Hattab | 2016-01-08 13:59:12 +0100 |
commit | 8ec529d7675392f7732612cd0e6566f2b0c4fac1 (patch) | |
tree | 1724c4e73d72668972adc00436bf40907224bfea /css/theme/solarized.css | |
parent | a5750f03c086b0aaafc669682b295adc49150903 (diff) |
rebuild css
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index bf2f651..9a17ca8 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -210,9 +210,9 @@ body { .reveal a { color: #268bd2; text-decoration: none; - -webkit-transition: color 0.15s ease; - -moz-transition: color 0.15s ease; - transition: color 0.15s ease; } + -webkit-transition: color .15s ease; + -moz-transition: color .15s ease; + transition: color .15s ease; } .reveal a:hover { color: #78b9e6; @@ -237,9 +237,9 @@ body { box-shadow: none; } .reveal a img { - -webkit-transition: all 0.15s linear; - -moz-transition: all 0.15s linear; - transition: all 0.15s linear; } + -webkit-transition: all .15s linear; + -moz-transition: all .15s linear; + transition: all .15s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); |