diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fa76e4d..432b4e1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -53,6 +53,11 @@ html, body { color: #FFCDD2; } +li:hover { + background-color: lightgray; + cursor: pointer; +} + .selected { background-color: lightgray; } |