mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	use border-bottom to underline links (fix #4)
This commit is contained in:
		| @@ -69,9 +69,9 @@ | |||||||
|     font-size: 12px; |     font-size: 12px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content a, | .post-content p a, | ||||||
| .toc a:hover { | .toc a:hover { | ||||||
|     box-shadow: 0 1px 0; |     border-bottom: 1px solid var(--primary); | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content a code { | .post-content a code { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall