From 6acfcad2f4f8bf49ee7fcdb5b5cd7c16991b8924 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Mon, 10 Jun 2013 20:47:12 -0300 Subject: [PATCH] correct links in sky theme They looked a little wonky if you used a G or a Y. --- css/theme/sky.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/theme/sky.css b/css/theme/sky.css index 79eaf7f..c6c01ad 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -54,6 +54,7 @@ body { * LINKS *********************************************/ .reveal a:not(.image) { + line-height: 1.3em; color: #3b759e; text-decoration: none; -webkit-transition: color .15s ease;