From: Jacob Casper Date: Sun, 19 Apr 2020 01:13:12 +0000 (-0500) Subject: React to list hover X-Git-Url: https://git.jacobcasper.com/?p=brackets.git;a=commitdiff_plain;h=2de83a7cb57394343666c26a20f93ff6cf7386e4 React to list hover --- diff --git a/frontend/index.css b/frontend/index.css index c555dd0..376f66e 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -6,6 +6,10 @@ li { display: block; background-color: white; } +li:hover { + background-color: black; + color: white; +} input#genre-submit { display: none; }