Fix drop shadow with filter

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-27 17:05:30 +02:00
parent f038ecbfe3
commit 08c718da64
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ kbd {
margin: 5px;
margin-top: -5px;
right: 0;
filter: drop-shadow(0 1px 10px $color-box-shadow);
filter: drop-shadow(0 1px 3px $color-box-shadow);
display: none;
&:after {