aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source
diff options
context:
space:
mode:
authorOwen Versteeg <owen.versteeg@live.com>2013-06-13 20:48:20 -0300
committerOwen Versteeg <owen.versteeg@live.com>2013-06-13 20:48:20 -0300
commitcc133679be3e2902dccaf66e87922967996d1f57 (patch)
tree3f06e314e7c72b6d3b15367bc9c496053c37edf9 /css/theme/source
parentc5408f37da9e12154eb8ffa49a998126059aff39 (diff)
downloadfreenode-live-2017-presentation-cc133679be3e2902dccaf66e87922967996d1f57.tar
freenode-live-2017-presentation-cc133679be3e2902dccaf66e87922967996d1f57.tar.gz
Fix links so they aren't cut off (in SCSS)
Diffstat (limited to 'css/theme/source')
-rw-r--r--css/theme/source/serif.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/css/theme/source/serif.scss b/css/theme/source/serif.scss
index 06eaca8..404b8bf 100644
--- a/css/theme/source/serif.scss
+++ b/css/theme/source/serif.scss
@@ -1,9 +1,8 @@
/**
* A simple theme for reveal.js presentations, similar
- * to the default theme. The accent color is darkblue.
+ * to the default theme. The accent color is brown.
*
- * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
- * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se; so is the theme - beige.css - that this is based off of.
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
*/
@@ -26,8 +25,11 @@ $linkColor: #51483D;
$linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: #26351C;
+.reveal a:not(.image) {
+ line-height: 1.3em;
+}
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------