FullScreenShenanigans / EightBittr

Bare-bones, highly modular game engine for 2D 8-bit games.
MIT License
78 stars 10 forks source link

fix: remove options title hover and correct margins #324

Closed JoshuaKGoldberg closed 2 years ago

JoshuaKGoldberg commented 2 years ago

Overview

Removes hovering from menu options, so it's only workable for clicks.

Tweaks the hover effect (and makes it used, now!) so it's > ... < before+after pseudo elements.

Tweaks options padding to fix #296 specifically.

PR Checklist