From 06af21ec5c8daee5802349d07ea7fa868862922f Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 18 Feb 2017 11:35:37 -0700 Subject: [PATCH] sane box shadows lol --- style.css | 2 +- style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6e44071..f644938 100644 --- a/style.css +++ b/style.css @@ -82,7 +82,7 @@ body { background: rgba(0, 0, 0, 0.5); color: white; } .slide div div .cover:hover { - box-shadow: 2px 2px 9px #666; } + box-shadow: 1px 1px 9px #444; } .slide p { max-width: 800px; margin: auto; } diff --git a/style.scss b/style.scss index 7096ab2..a742b5e 100644 --- a/style.scss +++ b/style.scss @@ -121,7 +121,7 @@ body { } } .cover:hover { - box-shadow: 2px 2px 9px #666; + box-shadow: 1px 1px 9px #444; } } }