mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	add minimal border to post-entry
- increases element speration without being noticed cc: #169
This commit is contained in:
		| @@ -45,7 +45,8 @@ | ||||
|     padding: var(--gap); | ||||
|     background: var(--entry); | ||||
|     border-radius: var(--radius); | ||||
|     transition: transform .1s | ||||
|     transition: transform .1s; | ||||
|     border: 1px solid var(--border); | ||||
| } | ||||
|  | ||||
| .post-entry:active { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange