aboutsummaryrefslogtreecommitdiff
path: root/css/theme/serif.css
diff options
context:
space:
mode:
authorRussell Beattie <russ@russellbeattie.com>2012-10-22 19:34:31 -0700
committerRussell Beattie <russ@russellbeattie.com>2012-10-22 19:34:31 -0700
commit7f4e5fc6bf0fa4c7ef121d707d385ee89128a441 (patch)
treeceda87f91ba61df83bfacdfad2c89c14bdd6ca90 /css/theme/serif.css
parentb373425b694a3fd4d49716fe53e091b984ea1eab (diff)
downloadfreenode-live-2017-presentation-7f4e5fc6bf0fa4c7ef121d707d385ee89128a441.tar
freenode-live-2017-presentation-7f4e5fc6bf0fa4c7ef121d707d385ee89128a441.tar.gz
Updated new CSS triangle controls to use theme colors.
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;
}
/*********************************************