summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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));
}