aboutsummaryrefslogtreecommitdiff
path: root/css/theme/sky.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-06-13 21:31:48 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-06-13 21:31:56 -0400
commita9dce74e24d0cc3e5af69f5a0ff5ce4c90b1dcb6 (patch)
treec7af644b4602bb7c7b990d55b2c5836f86e00311 /css/theme/sky.css
parente8f42736ffa505c3d9c6c848092454383ee039a7 (diff)
downloadperl-software-in-gnu-guix-a9dce74e24d0cc3e5af69f5a0ff5ce4c90b1dcb6.tar
perl-software-in-gnu-guix-a9dce74e24d0cc3e5af69f5a0ff5ce4c90b1dcb6.tar.gz
recompile themes #488
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r--css/theme/sky.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css
index c6c01ad..35d048e 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -5,6 +5,9 @@
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
+.reveal a:not(.image) {
+ line-height: 1.3em; }
+
/*********************************************
* GLOBAL STYLES
*********************************************/
@@ -54,7 +57,6 @@ body {
* LINKS
*********************************************/
.reveal a:not(.image) {
- line-height: 1.3em;
color: #3b759e;
text-decoration: none;
-webkit-transition: color .15s ease;