mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-17 16:44:24 -04:00
add drop-shadow to show go-to-top button
on code-bg in light mode
This commit is contained in:
parent
e02df37142
commit
757a3094b2
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue