projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acfcad
)
Fix links so they aren't cut off (in SCSS)
author
Owen Versteeg
<owen.versteeg@live.com>
Thu, 13 Jun 2013 23:42:19 +0000
(19:42 -0400)
committer
Owen Versteeg
<owen.versteeg@live.com>
Thu, 13 Jun 2013 23:42:19 +0000
(19:42 -0400)
css/theme/source/sky.scss
patch
|
blob
|
history
diff --git
a/css/theme/source/sky.scss
b/css/theme/source/sky.scss
index f3d7570894059f8a8133f35c1b5937798b03416b..72a3a90669157915a294dc93edd38eb8df1f4a83 100644
(file)
--- 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
+// ---------------------------------------------