$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 );
// Theme template ------------------------------
@import "../template/theme";
-// ---------------------------------------------
\ No newline at end of file
+// ---------------------------------------------