mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	reset(css): themify text selection
This commit is contained in:
		| @@ -140,3 +140,13 @@ img { | |||||||
| *:focus { | *:focus { | ||||||
|     outline:none; |     outline:none; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | *::-moz-selection { | ||||||
|  |     background-color: var(--tertiary); | ||||||
|  |     color: var(--primary); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | *::selection { | ||||||
|  |     background-color: var(--tertiary); | ||||||
|  |     color: var(--primary); | ||||||
|  | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange