Skip to content

Commit 30a0e67

Browse files
committed
Merge pull request hakimel#487 from OwenVersteeg/master
update serif (controls, attribution URL, and fix <a> elements)
2 parents 396d531 + 2990909 commit 30a0e67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css/theme/serif.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**
22
* A simple theme for reveal.js presentations, similar
3-
* to the default theme. The accent color is darkblue.
3+
* to the default theme. The accent color is brown.
44
*
5-
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
6-
* 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.
5+
* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
76
*/
87
/*********************************************
98
* GLOBAL STYLES
@@ -48,6 +47,7 @@ body {
4847
* LINKS
4948
*********************************************/
5049
.reveal a:not(.image) {
50+
line-height: 1.3em;
5151
color: #51483d;
5252
text-decoration: none;
5353
-webkit-transition: color .15s ease;
@@ -87,6 +87,9 @@ body {
8787
/*********************************************
8888
* NAVIGATION CONTROLS
8989
*********************************************/
90+
.reveal .controls div {
91+
opacity: 0.15; }
92+
9093
.reveal .controls div.navigate-left,
9194
.reveal .controls div.navigate-left.enabled {
9295
border-right-color: #51483d; }

0 commit comments

Comments
 (0)