mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Increase contrast for dark mode colored buttons
This commit is contained in:
		@@ -29,6 +29,7 @@ $border-color-dark-mode: #47494f;
 | 
				
			|||||||
  --bs-border-color: #{$border-color-dark-mode};
 | 
					  --bs-border-color: #{$border-color-dark-mode};
 | 
				
			||||||
  --ngx-bg-darker: #{$bg-dark-mode-accent};
 | 
					  --ngx-bg-darker: #{$bg-dark-mode-accent};
 | 
				
			||||||
  --ngx-bg-alt: #{$bg-dark-mode-alt};
 | 
					  --ngx-bg-alt: #{$bg-dark-mode-alt};
 | 
				
			||||||
 | 
					  --ngx-body-color-accent: #{$text-color-dark-mode-accent};
 | 
				
			||||||
  --ngx-focus-alpha: 0.7;
 | 
					  --ngx-focus-alpha: 0.7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .navbar.bg-primary{
 | 
					  .navbar.bg-primary{
 | 
				
			||||||
@@ -62,7 +63,7 @@ $border-color-dark-mode: #47494f;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  .btn-outline-primary, .btn-primary {
 | 
					  .btn-outline-primary, .btn-primary {
 | 
				
			||||||
    &:hover, &:focus, &.active, &:active {
 | 
					    &:hover, &:focus, &.active, &:active {
 | 
				
			||||||
      color: var(--bs-body-color) !important;
 | 
					      color: var(--ngx-body-color-accent) !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user