aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-16 00:06:32 +0000
committerFuwn <[email protected]>2022-03-16 00:06:32 +0000
commitd52ae636b22b345d0d0469ed192a4bf30d7d206e (patch)
treefe63dab6f7c1f22c1ee3e5230a649339e01329f4 /src/app.css
parentfix(languages): c++ url encode + (diff)
downloadarchived-frontend-next-d52ae636b22b345d0d0469ed192a4bf30d7d206e.tar.xz
archived-frontend-next-d52ae636b22b345d0d0469ed192a4bf30d7d206e.zip
feat: image homepages
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css6
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;
}