diff options
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.css b/src/app.css index 995e9cd..62d6d2e 100644 --- a/src/app.css +++ b/src/app.css @@ -34,15 +34,15 @@ img { border-radius: 5px; } -#random-image img { +.highlight-image img { height: 20em; transition: 0.25s; } -#random-image img:hover { +.highlight-image img:hover { height: 22.5em; opacity: 0.75; } -#random-image a:hover { +.highlight-image a:hover { border-bottom: none; } |