Skip to content

Commit

Permalink
Fix links so they aren't cut off (in SCSS)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenversteeg committed Jun 13, 2013
1 parent 6acfcad commit c5408f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/theme/source/sky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand All @@ -38,4 +43,4 @@ $selectionBackgroundColor: #134674;

// Theme template ------------------------------
@import "../template/theme";
// ---------------------------------------------
// ---------------------------------------------

0 comments on commit c5408f3

Please sign in to comment.