]> git.lizzy.rs Git - frontend-next.git/blobdiff - src/app.css
feat: image homepages
[frontend-next.git] / src / app.css
index 995e9cdd9fb5b88b2cde31e06f314743c12e1797..62d6d2e74e4dde9ee134828cf55f395859d94631 100644 (file)
@@ -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;
 }