1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-18 12:31:24 +02:00

include slide number color in theme template

This commit is contained in:
Hakim El Hattab
2013-11-27 11:00:21 -05:00
parent 2be89c3772
commit 69bf9b51ec
10 changed files with 61 additions and 56 deletions

View File

@@ -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;
}