summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/style.css b/style.css
index 37570b3..be34a10 100644
--- a/style.css
+++ b/style.css
@@ -16,12 +16,8 @@ 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;
+ border: 2px solid #ff6347;
}
.container {
@@ -199,9 +195,6 @@ 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));
}