recompile themes #488
This commit is contained in:
parent
e8f42736ff
commit
a9dce74e24
|
@ -4,6 +4,9 @@
|
||||||
*
|
*
|
||||||
* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
|
* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
|
||||||
*/
|
*/
|
||||||
|
.reveal a:not(.image) {
|
||||||
|
line-height: 1.3em; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
@ -47,7 +50,6 @@ body {
|
||||||
* LINKS
|
* LINKS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal a:not(.image) {
|
.reveal a:not(.image) {
|
||||||
line-height: 1.3em;
|
|
||||||
color: #51483d;
|
color: #51483d;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
-webkit-transition: color .15s ease;
|
-webkit-transition: color .15s ease;
|
||||||
|
@ -87,9 +89,6 @@ body {
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* NAVIGATION CONTROLS
|
* NAVIGATION CONTROLS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal .controls div {
|
|
||||||
opacity: 0.15; }
|
|
||||||
|
|
||||||
.reveal .controls div.navigate-left,
|
.reveal .controls div.navigate-left,
|
||||||
.reveal .controls div.navigate-left.enabled {
|
.reveal .controls div.navigate-left.enabled {
|
||||||
border-right-color: #51483d; }
|
border-right-color: #51483d; }
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
|
.reveal a:not(.image) {
|
||||||
|
line-height: 1.3em; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
@ -54,7 +57,6 @@ body {
|
||||||
* LINKS
|
* LINKS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal a:not(.image) {
|
.reveal a:not(.image) {
|
||||||
line-height: 1.3em;
|
|
||||||
color: #3b759e;
|
color: #3b759e;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
-webkit-transition: color .15s ease;
|
-webkit-transition: color .15s ease;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user