jump-to-slide is 1-indexed, falls back on word search

This commit is contained in:
hakimel
2023-01-17 09:49:49 +01:00
parent b648a56009
commit efcc86273b
8 changed files with 43 additions and 10 deletions

View File

@ -1816,6 +1816,11 @@ $notesWidthPercent: 25%;
color: currentColor;
border: 0;
}
.reveal .jump-to-slide-input::placeholder {
color: currentColor;
opacity: 0.3;
}
.reveal.has-dark-background .jump-to-slide-input {
color: #fff;
}