mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	fix: internal link selector specificity
This commit is contained in:
		@@ -64,11 +64,17 @@ a {
 | 
			
		||||
    color: var(--tertiary) !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.internal:not(:has(> img)) {
 | 
			
		||||
  &.internal {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
    background-color: var(--highlight);
 | 
			
		||||
    padding: 0 0.1rem;
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
 | 
			
		||||
    &:has(> img) {
 | 
			
		||||
      background-color: none;
 | 
			
		||||
      border-radius: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user