aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/source/sky.scss
diff options
context:
space:
mode:
authorHakim El Hattab2013-06-16 19:33:57 -0400
committerHakim El Hattab2013-06-16 19:33:57 -0400
commit4fde6124e60ab98ad90b9392d02bb26bc7ca58b0 (patch)
tree2cb37ffb72af7665aeb19b80bb294455751c890a /css/theme/source/sky.scss
parent56595d65cfe4431bd700ce0bf9972fb428a45518 (diff)
parentd355a040616b40dd76f82414c569acb23ef0595c (diff)
merge navigate prev fix #493
Diffstat (limited to 'css/theme/source/sky.scss')
-rw-r--r--css/theme/source/sky.scss7
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
+// ---------------------------------------------