From 2de83a7cb57394343666c26a20f93ff6cf7386e4 Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Sat, 18 Apr 2020 20:13:12 -0500 Subject: [PATCH] React to list hover --- frontend/index.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.20.1