[Static] Add theming to error pages
This commit is contained in:
@@ -20,6 +20,18 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
body {
|
||||
background-color: rgb(20, 20, 20);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings:
|
||||
'FILL' 0,
|
||||
|
||||
Reference in New Issue
Block a user