Skip to content

Commit 4646413

Browse files
committed
Update default button colors for IntroJS Tours
1 parent 49143fc commit 4646413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ class TourColor:
291291
"""Used for button colors in IntroJS Tours"""
292292
# theme_color = "#f26721" # Orange
293293
# hover_color = "#db5409" # Darker Orange
294-
theme_color = "#458bca" # Blue
295-
hover_color = "#336aa5" # Darker Blue
294+
theme_color = "#367be5" # Blue
295+
hover_color = "#245ac0" # Darker Blue
296296

297297

298298
class JqueryConfirm:

0 commit comments

Comments
 (0)