aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 11:00:21 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 11:00:21 -0500
commit69bf9b51ec441fa4f7924d53f3e620a203bff83d (patch)
treea0ad59bd78fd36c5bc1d9f213a13a75f7906dc26 /css/theme/template
parent2be89c377238b1a43c1c855858c6746ae78c86a8 (diff)
downloadfosdem-2018-presentation-69bf9b51ec441fa4f7924d53f3e620a203bff83d.tar
fosdem-2018-presentation-69bf9b51ec441fa4f7924d53f3e620a203bff83d.tar.gz
include slide number color in theme template
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index ff86356..1562b54 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -160,4 +160,11 @@ body {
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: $linkColor;
+}
+