diff options
| author | Fuwn <[email protected]> | 2022-03-16 00:06:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-16 00:06:32 +0000 |
| commit | d52ae636b22b345d0d0469ed192a4bf30d7d206e (patch) | |
| tree | fe63dab6f7c1f22c1ee3e5230a649339e01329f4 /src/app.css | |
| parent | fix(languages): c++ url encode + (diff) | |
| download | archived-frontend-next-d52ae636b22b345d0d0469ed192a4bf30d7d206e.tar.xz archived-frontend-next-d52ae636b22b345d0d0469ed192a4bf30d7d206e.zip | |
feat: image homepages
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; } |