mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	make similar border-radius to tags and share-buttons under single
This commit is contained in:
		| @@ -290,7 +290,8 @@ | |||||||
|  |  | ||||||
| .post-tags a, | .post-tags a, | ||||||
| .share-buttons { | .share-buttons { | ||||||
|     border: 1px solid var(--tertiary) |     border: 1px solid var(--tertiary); | ||||||
|  |     border-radius: var(--radius) | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-tags a { | .post-tags a { | ||||||
| @@ -300,8 +301,7 @@ | |||||||
|     color: var(--secondary); |     color: var(--secondary); | ||||||
|     font-size: 14px; |     font-size: 14px; | ||||||
|     line-height: 34px; |     line-height: 34px; | ||||||
|     background: var(--code-bg); |     background: var(--code-bg) | ||||||
|     border-radius: 4px |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-tags a:hover { | .post-tags a:hover { | ||||||
| @@ -311,7 +311,6 @@ | |||||||
| .share-buttons { | .share-buttons { | ||||||
|     margin-top: var(--gap); |     margin-top: var(--gap); | ||||||
|     padding-inline-start: var(--radius); |     padding-inline-start: var(--radius); | ||||||
|     border-radius: var(--radius); |  | ||||||
|     display: flex; |     display: flex; | ||||||
|     overflow-x: auto |     overflow-x: auto | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange