forked from cybrespace/pinafore
		
	fix CSS specificity to fix firefox (#488)
This commit is contained in:
		
							parent
							
								
									ed1813fd53
								
							
						
					
					
						commit
						73c99904cf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -61,12 +61,12 @@
 | 
			
		|||
    min-width: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  :global(.account-profile-name-link) {
 | 
			
		||||
  :global(a.account-profile-name-link) {
 | 
			
		||||
    color: var(--body-text-color);
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  :global(.account-profile-name-link:hover) {
 | 
			
		||||
  :global(a.account-profile-name-link:hover) {
 | 
			
		||||
    color: var(--body-text-color);
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue