Improve the contrast of the chart in “poll has ended” notifications (#22575)
* Improve the contrast of the chart in “poll has ended” notifications * Further increase the contrast of non-leading poll options
This commit is contained in:
		
							parent
							
								
									ee5686999e
								
							
						
					
					
						commit
						f84a12abdb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -279,10 +279,10 @@
 | 
			
		|||
  color: $dark-text-color;
 | 
			
		||||
 | 
			
		||||
  &__chart {
 | 
			
		||||
    background: rgba(darken($ui-primary-color, 14%), 0.2);
 | 
			
		||||
    background: rgba(darken($ui-primary-color, 14%), 0.7);
 | 
			
		||||
 | 
			
		||||
    &.leading {
 | 
			
		||||
      background: rgba($ui-highlight-color, 0.2);
 | 
			
		||||
      background: rgba($ui-highlight-color, 0.5);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue