diff --git a/games/static/css/matching.css b/games/static/css/matching.css index 2b1debe..f1dcef8 100644 --- a/games/static/css/matching.css +++ b/games/static/css/matching.css @@ -168,6 +168,10 @@ transition: background 0.2s ease; } +.matching-end-button:hover:not(:disabled) { + background: var(--primary-600, #001A1D); +} + .matching-start-button:hover:not(:disabled) { background: var(--primary-600, #001A1D); } diff --git a/setup.py b/setup.py index 14ec0e6..bd30ea3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def package_data(pkg, roots): setup( name="edx-games", - version="1.0.7", + version="1.0.8", description="Interactive games XBlock for Open edX - Create flashcards and matching games with image support", author="edX", author_email="edx@edx.org",