aboutsummaryrefslogtreecommitdiff
path: root/css/theme/serif.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r--css/theme/serif.css33
1 files changed, 28 insertions, 5 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 78ed931..55a6b3a 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -97,13 +97,36 @@ body {
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
-.reveal .controls a {
- color: black;
+.reveal .controls div.left {
+ border-right-color: black;
}
-.reveal .controls a.enabled {
- color: #8b7c69;
- text-shadow: 0px 0px 2px rgba(144, 207, 213, 0.3);
+.reveal .controls div.right {
+ border-left-color: black;
+}
+
+.reveal .controls div.up {
+ border-bottom-color: black;
+}
+
+.reveal .controls div.down {
+ border-top-color: black;
+}
+
+.reveal .controls div.left.enabled {
+ border-right-color: #8b7c69;
+}
+
+.reveal .controls div.right.enabled {
+ border-left-color: #8b7c69;
+}
+
+.reveal .controls div.up.enabled {
+ border-bottom-color: #8b7c69;
+}
+
+.reveal .controls div.down.enabled {
+ border-top-color: #8b7c69;
}
/*********************************************