Client - handle links underline color on focus
This commit is contained in:
		@@ -49,7 +49,8 @@ a {
 | 
				
			|||||||
  color: var(--app-a-color);
 | 
					  color: var(--app-a-color);
 | 
				
			||||||
  text-decoration-color: var(--app-a-text-decoration-color);
 | 
					  text-decoration-color: var(--app-a-text-decoration-color);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &:hover {
 | 
					  &:hover,
 | 
				
			||||||
 | 
					  &:focus {
 | 
				
			||||||
    text-decoration-color: var(--app-a-color);
 | 
					    text-decoration-color: var(--app-a-color);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user