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:
@@ -553,6 +553,10 @@ $controlsArrowAngleActive: 36deg;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.reveal .slide-number a {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.reveal .slide-number-delimiter {
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user