add drop-shadow to show go-to-top button

on code-bg in light mode
This commit is contained in:
Aditya Telange 2021-01-20 19:21:59 +05:30
parent e02df37142
commit 757a3094b2
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -40,6 +40,11 @@
transition: visibility .5s, opacity .8s linear
}
.top-link,
.top-link svg {
filter: drop-shadow(0px 0px 0px var(--theme));
}
.footer a:hover,
.top-link:hover {
color: var(--primary)