1/**
2 * A simple theme for reveal.js presentations, similar
3 * to the default theme. The accent color is brown.
4 *
5 * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
6 */
7
8
9// Default mixins and settings -----------------
10@import "../template/mixins";
11@import "../template/settings";
12// ---------------------------------------------
13
14
15
16// Override theme settings (see ../template/settings.scss)
17$mainFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
18$mainColor: #000;
19$headingFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
20$headingColor: #383D3D;
21$headingTextShadow: none;
22$headingTextTransform: none;
23$backgroundColor: #F0F1EB;
24$linkColor: #51483D;
25$linkColorHover: lighten( $linkColor, 20% );
26$selectionBackgroundColor: #26351C;
27
28.reveal a {
29  line-height: 1.3em;
30}
31
32
33// Theme template ------------------------------
34@import "../template/theme";
35// ---------------------------------------------
36