mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	style: integrate tertiary color to text-select (#413)
This commit is contained in:
		@@ -27,6 +27,11 @@ section {
 | 
			
		||||
  border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
::selection {
 | 
			
		||||
  background: color-mix(in srgb, var(--tertiary) 75%, transparent);
 | 
			
		||||
  color: var(--darkgray)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
p,
 | 
			
		||||
ul,
 | 
			
		||||
text,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user