mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	terms: add hover transition
This commit is contained in:
		| @@ -10,8 +10,10 @@ | |||||||
|     color: var(--primary); |     color: var(--primary); | ||||||
|     background: var(--border); |     background: var(--border); | ||||||
|     border-radius: var(--radius); |     border-radius: var(--radius); | ||||||
|  |     transition: transform 0.1s; | ||||||
| } | } | ||||||
|  |  | ||||||
| .terms-tags a:hover { | .terms-tags a:hover { | ||||||
|     background: var(--tertiary); |     background: var(--tertiary); | ||||||
|  |     transform: scale(0.96); | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange