core: fix text color of error pages not being white
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -97,7 +97,7 @@ html > form > input { | ||||
| body { | ||||
|     background-color: var(--ak-dark-background) !important; | ||||
| } | ||||
| .ak-initial-load h1 { | ||||
| .ak-static-page h1 { | ||||
|     color: var(--ak-dark-foreground); | ||||
| } | ||||
| .form-help-text { | ||||
|  | ||||
| @ -18,7 +18,7 @@ | ||||
|     <body> | ||||
|         <ak-message-container></ak-message-container> | ||||
|         <ak-interface-admin> | ||||
|             <section class="ak-initial-load pf-c-page__main-section pf-m-no-padding-mobile pf-m-xl"> | ||||
|             <section class="ak-static-page pf-c-page__main-section pf-m-no-padding-mobile pf-m-xl"> | ||||
|                 <div class="pf-c-empty-state" style="height: 100vh;"> | ||||
|                     <div class="pf-c-empty-state__content"> | ||||
|                         <span class="pf-c-spinner pf-m-xl pf-c-empty-state__icon" role="progressbar" aria-valuetext="Loading..."> | ||||
|  | ||||
| @ -19,7 +19,7 @@ | ||||
|     <body> | ||||
|         <ak-message-container></ak-message-container> | ||||
|         <ak-flow-executor> | ||||
|             <section class="ak-initial-load pf-c-page__main-section pf-m-no-padding-mobile pf-m-xl"> | ||||
|             <section class="ak-static-page pf-c-page__main-section pf-m-no-padding-mobile pf-m-xl"> | ||||
|                 <div class="pf-c-empty-state" style="height: 100vh;"> | ||||
|                     <div class="pf-c-empty-state__content"> | ||||
|                         <span class="pf-c-spinner pf-m-xl pf-c-empty-state__icon" role="progressbar" aria-valuetext="Loading..."> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer