Improve Error Page

This commit is contained in:
2020-12-15 15:31:14 +01:00
parent 312890a3ad
commit a64a080ce7
13 changed files with 77 additions and 79 deletions

View File

@@ -7,6 +7,10 @@ img, svg {
position: static;
}
body {
@apply dark:bg-dark-900
}
* {
@apply select-none outline-none;
}