summaryrefslogtreecommitdiffhomepage
path: root/css/theme/source/sky.scss
diff options
context:
space:
mode:
authorChris Lawrence2013-06-17 22:55:52 -0400
committerChris Lawrence2013-06-17 22:55:52 -0400
commit636a6661978d04791bc899be65d7c3fd23eea125 (patch)
tree9125a36a685e36128046f5949bbafc1d61bd9019 /css/theme/source/sky.scss
parentd3ebbf1be72dc1ea17c7c6e48f8c362feb4deb94 (diff)
parent516b1fc794513e691987372a25ac61bb79d13439 (diff)
Merge remote-tracking branch 'upstream/master'
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
+// ---------------------------------------------