We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c692 commit 723cd81Copy full SHA for 723cd81
seleniumbase/fixtures/constants.py
@@ -208,7 +208,7 @@ class PrettifyJS:
208
class Reveal:
209
LIB = "https://cdn.jsdelivr.net/npm/reveal.js"
210
VER = "3.8.0"
211
- MIN_CSS = "%s@%s/css/reveal.css" % (LIB, VER)
+ MIN_CSS = "%s@%s/css/reveal.min.css" % (LIB, VER)
212
SERIF_MIN_CSS = "%s@%s/css/theme/serif.min.css" % (LIB, VER)
213
WHITE_MIN_CSS = "%s@%s/css/theme/white.min.css" % (LIB, VER)
214
BLACK_MIN_CSS = "%s@%s/css/theme/black.min.css" % (LIB, VER)
0 commit comments