mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Dark mode compatibility
This commit is contained in:
		
				
					committed by
					
						
						jonaswinkler
					
				
			
			
				
	
			
			
			
						parent
						
							3e85306269
						
					
				
				
					commit
					7fc21fe2dd
				
			@@ -246,6 +246,16 @@ $border-color-dark-mode: #47494f;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .btn-light:not(:disabled):not(.disabled) {
 | 
			
		||||
    background-color: $bg-dark-mode;
 | 
			
		||||
    color: $text-color-dark-mode-accent;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      background-color: $text-color-dark-mode;
 | 
			
		||||
      color: $bg-dark-mode;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .btn-link:not(:disabled):not(.disabled) {
 | 
			
		||||
    color: $primary-dark-mode;
 | 
			
		||||
  }
 | 
			
		||||
@@ -366,6 +376,12 @@ $border-color-dark-mode: #47494f;
 | 
			
		||||
  .progress-bar.bg-primary {
 | 
			
		||||
    background-color: darken($primary-dark-mode, 5%) !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .ngb-dp-header,
 | 
			
		||||
  .ngb-dp-weekdays,
 | 
			
		||||
  .ngb-dp-month {
 | 
			
		||||
    background-color: $bg-light-dark-mode;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.color-scheme-dark {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user