web: fix theming issues when using automatic (#4898)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -70,7 +70,11 @@ export class AdminInterface extends Interface {
 | 
			
		||||
                    display: none;
 | 
			
		||||
                }
 | 
			
		||||
                .pf-c-page {
 | 
			
		||||
                    background-color: transparent !important;
 | 
			
		||||
                    background-color: var(--pf-c-page--BackgroundColor) !important;
 | 
			
		||||
                }
 | 
			
		||||
                /* Global page background colour */
 | 
			
		||||
                :host([theme="dark"]) .pf-c-page {
 | 
			
		||||
                    --pf-c-page--BackgroundColor: var(--ak-dark-background);
 | 
			
		||||
                }
 | 
			
		||||
            `,
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user