Fix spoiler link color in muted context
This commit is contained in:
		
							parent
							
								
									5c4c046132
								
							
						
					
					
						commit
						8cca6bc58c
					
				| 
						 | 
					@ -423,8 +423,9 @@ a.status__content__spoiler-link {
 | 
				
			||||||
    opacity: 0.5;
 | 
					    opacity: 0.5;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .status__content__spoiler-link {
 | 
					  a.status__content__spoiler-link {
 | 
				
			||||||
    background: lighten($color1, 26%);
 | 
					    background: lighten($color1, 26%);
 | 
				
			||||||
 | 
					    color: lighten($color1, 4%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &:hover {
 | 
					    &:hover {
 | 
				
			||||||
      background: lighten($color1, 29%);
 | 
					      background: lighten($color1, 29%);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue