mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	add drop-shadow to show go-to-top button
on code-bg in light mode
This commit is contained in:
		| @@ -40,6 +40,11 @@ | |||||||
|     transition: visibility .5s, opacity .8s linear |     transition: visibility .5s, opacity .8s linear | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .top-link, | ||||||
|  | .top-link svg { | ||||||
|  |     filter: drop-shadow(0px 0px 0px var(--theme)); | ||||||
|  | } | ||||||
|  |  | ||||||
| .footer a:hover, | .footer a:hover, | ||||||
| .top-link:hover { | .top-link:hover { | ||||||
|     color: var(--primary) |     color: var(--primary) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange