aboutsummaryrefslogtreecommitdiff
path: root/css/theme/league.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/league.css')
-rw-r--r--css/theme/league.css37
1 files changed, 4 insertions, 33 deletions
diff --git a/css/theme/league.css b/css/theme/league.css
index 63711c3..be213b6 100644
--- a/css/theme/league.css
+++ b/css/theme/league.css
@@ -128,10 +128,6 @@ body {
.reveal dd {
margin-left: 40px; }
-.reveal q,
-.reveal blockquote {
- quotes: none; }
-
.reveal blockquote {
display: block;
position: relative;
@@ -257,42 +253,17 @@ body {
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
-.reveal .controls .navigate-left,
-.reveal .controls .navigate-left.enabled {
- border-right-color: #13DAEC; }
-
-.reveal .controls .navigate-right,
-.reveal .controls .navigate-right.enabled {
- border-left-color: #13DAEC; }
-
-.reveal .controls .navigate-up,
-.reveal .controls .navigate-up.enabled {
- border-bottom-color: #13DAEC; }
-
-.reveal .controls .navigate-down,
-.reveal .controls .navigate-down.enabled {
- border-top-color: #13DAEC; }
-
-.reveal .controls .navigate-left.enabled:hover {
- border-right-color: #71e9f4; }
-
-.reveal .controls .navigate-right.enabled:hover {
- border-left-color: #71e9f4; }
-
-.reveal .controls .navigate-up.enabled:hover {
- border-bottom-color: #71e9f4; }
-
-.reveal .controls .navigate-down.enabled:hover {
- border-top-color: #71e9f4; }
+.reveal .controls {
+ color: #13DAEC; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
- background: rgba(0, 0, 0, 0.2); }
+ background: rgba(0, 0, 0, 0.2);
+ color: #13DAEC; }
.reveal .progress span {
- background: #13DAEC;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }