diff --git a/static/custom.css b/static/custom.css index 4168bb2..2bfbe83 100644 --- a/static/custom.css +++ b/static/custom.css @@ -61,4 +61,10 @@ a:hover { display: flex; align-items: center; +} + +/* Theme customizations */ +.list-group-item:hover { + color: inherit; + background-color: rgb(34, 34, 34); } \ No newline at end of file