add jump-to-slide to help overlay, style tweaks

This commit is contained in:
hakimel
2023-01-16 12:33:37 +01:00
parent d146c1ddc1
commit 79e9fdf13f
8 changed files with 17 additions and 8 deletions

View File

@ -1805,8 +1805,7 @@ $notesWidthPercent: 25%;
top: 15px;
left: 15px;
z-index: 30;
transition: all 400ms ease;
font-size: 18px;
font-size: 32px;
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}
@ -1815,7 +1814,13 @@ $notesWidthPercent: 25%;
padding: 8px;
font-size: inherit;
color: currentColor;
border: 1px solid currentColor;
border: 0;
}
.reveal.has-dark-background .jump-to-slide-input {
color: #fff;
}
.reveal.has-light-background .jump-to-slide-input {
color: #222;
}
.reveal .jump-to-slide-input:focus {