mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	fix scroll-bar colors for tables
This commit is contained in:
		| @@ -346,20 +346,24 @@ h6:hover .anchor { | |||||||
|     font-weight: 500 |     font-weight: 500 | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content ::-webkit-scrollbar-thumb { | .post-content :not(table) ::-webkit-scrollbar-thumb { | ||||||
|     border: 2px solid var(--hljs-bg); |     border: 2px solid var(--hljs-bg); | ||||||
|     background: rgba(255, 255, 255, 0.32) |     background: rgba(255, 255, 255, 0.32) | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content ::-webkit-scrollbar-thumb:hover { | .post-content :not(table) ::-webkit-scrollbar-thumb:hover { | ||||||
|     background: rgba(255, 255, 255, 0.56) |     background: rgba(255, 255, 255, 0.56) | ||||||
| } | } | ||||||
|  |  | ||||||
| .gist ::-webkit-scrollbar-thumb { | .gist table::-webkit-scrollbar-thumb { | ||||||
|     border: 2px solid rgb(255, 255, 255); |     border: 2px solid rgb(255, 255, 255); | ||||||
|     background: rgba(0, 0, 0, 0.32) |     background: rgba(0, 0, 0, 0.32) | ||||||
| } | } | ||||||
|  |  | ||||||
| .gist ::-webkit-scrollbar-thumb:hover { | .gist table::-webkit-scrollbar-thumb:hover { | ||||||
|     background: rgba(0, 0, 0, 0.56) |     background: rgba(0, 0, 0, 0.56) | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .post-content table::-webkit-scrollbar-thumb { | ||||||
|  |     border-width: 2px; | ||||||
|  | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange