reveal.js/css/theme/source/serif.scss in reveal-ck-0.1.2 vs reveal.js/css/theme/source/serif.scss in reveal-ck-0.1.3
- old
+ new
@@ -1,11 +1,10 @@
/**
- * A simple theme for reveal.js presentations, similar
- * to the default theme. The accent color is darkblue.
- *
- * 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.
+ * A simple theme for reveal.js presentations, similar
+ * to the default theme. The accent color is brown.
+ *
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@@ -24,10 +23,13 @@
$backgroundColor: #F0F1EB;
$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
+// ---------------------------------------------