File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* 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 .
4
4
*
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.
7
6
*/
8
7
/*********************************************
9
8
* GLOBAL STYLES
48
47
* LINKS
49
48
*********************************************/
50
49
.reveal a : not (.image ) {
50
+ line-height : 1.3em ;
51
51
color : # 51483d ;
52
52
text-decoration : none;
53
53
-webkit-transition : color .15s ease;
87
87
/*********************************************
88
88
* NAVIGATION CONTROLS
89
89
*********************************************/
90
+ .reveal .controls div {
91
+ opacity : 0.15 ; }
92
+
90
93
.reveal .controls div .navigate-left ,
91
94
.reveal .controls div .navigate-left .enabled {
92
95
border-right-color : # 51483d ; }
You can’t perform that action at this time.
0 commit comments