forked from midou/invidious
		
	Make link styling default for anchor tags
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| a.link { | ||||
| a { | ||||
|     color: #333; | ||||
|     text-decoration: none; | ||||
| } | ||||
|  | ||||
| a:hover.link, | ||||
| a:active.link { | ||||
| a:hover, | ||||
| a:active { | ||||
|     color: #167ac6; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user