diff options
author | Hakim El Hattab | 2013-06-13 21:30:58 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-06-13 21:30:58 -0400 |
commit | e8f42736ffa505c3d9c6c848092454383ee039a7 (patch) | |
tree | 3f06e314e7c72b6d3b15367bc9c496053c37edf9 /css/theme/source/sky.scss | |
parent | 30a0e6734052914dab347e5ee3676f3f4e286e8f (diff) | |
parent | cc133679be3e2902dccaf66e87922967996d1f57 (diff) |
Merge branch 'master' of https://github.com/OwenVersteeg/reveal.js
Diffstat (limited to 'css/theme/source/sky.scss')
-rw-r--r-- | css/theme/source/sky.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss index f3d7570..72a3a90 100644 --- a/css/theme/source/sky.scss +++ b/css/theme/source/sky.scss @@ -29,6 +29,11 @@ $linkColor: #3b759e; $linkColorHover: lighten( $linkColor, 20% ); $selectionBackgroundColor: #134674; +// Fix links so they are not cut off +.reveal a:not(.image) { + line-height: 1.3em; +} + // Background generator @mixin bodyBackground() { @include radial-gradient( #add9e4, #f7fbfc ); @@ -38,4 +43,4 @@ $selectionBackgroundColor: #134674; // Theme template ------------------------------ @import "../template/theme"; -// ---------------------------------------------
\ No newline at end of file +// --------------------------------------------- |