summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-18 15:13:09 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-04-18 15:13:09 -0400
commitf60055ae4ba007d933d78bab15138f37edd58337 (patch)
tree69e55ee9f0bac789bafce95d30f3fc10401e5c63 /style.css
parent81b75f3e9c04036161a9abfe2422e733bf760311 (diff)
Project Euler
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index f9f0173..37570b3 100644
--- a/style.css
+++ b/style.css
@@ -16,6 +16,14 @@ a:hover {
height: auto;
}
+img.projecteuler {
+ box-shadow: 0;
+ transition: box-shadow 0.5s ease-out;
+}
+img.projecteuler:hover {
+ box-shadow: 0 0 1em #000000;
+}
+
.container {
margin-left: auto;
margin-right: auto;
@@ -191,6 +199,9 @@ hr {
padding: 1px;
border-radius: 2px;
}
+ img.projecteuler:hover {
+ box-shadow: 0 0 1em #ffffff;
+ }
hr {
background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}