diff options
author | Owen Versteeg <owen.versteeg@live.com> | 2013-06-10 20:47:12 -0300 |
---|---|---|
committer | Owen Versteeg <owen.versteeg@live.com> | 2013-06-10 20:47:12 -0300 |
commit | 6acfcad2f4f8bf49ee7fcdb5b5cd7c16991b8924 (patch) | |
tree | 6949ac841c9edccf4f1787f22de0c0d28738f7dc /css/theme | |
parent | 2990909cc4060382cccadaf8ed75b4e64faa7567 (diff) | |
download | fosdem-2018-presentation-6acfcad2f4f8bf49ee7fcdb5b5cd7c16991b8924.tar fosdem-2018-presentation-6acfcad2f4f8bf49ee7fcdb5b5cd7c16991b8924.tar.gz |
correct links in sky theme
They looked a little wonky if you used a G or a Y.
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/sky.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |