1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-30 17:59:59 +02:00

prevent linked slide numbers from changing color

This commit is contained in:
Hakim El Hattab
2018-04-16 09:48:37 +02:00
parent f713d9d67d
commit 531d1e8791
3 changed files with 37 additions and 29 deletions

View File

@@ -553,6 +553,10 @@ $controlsArrowAngleActive: 36deg;
padding: 5px;
}
.reveal .slide-number a {
color: currentColor;
}
.reveal .slide-number-delimiter {
margin: 0 3px;
}