merge built-in themes into one repo

This commit is contained in:
2024-01-17 08:29:59 -06:00
parent 45da77f20d
commit 74b6c89232
727 changed files with 6972 additions and 159 deletions

9
core/css/error.css Normal file
View File

@@ -0,0 +1,9 @@
.error-container p, .error-container h1 {
text-align: center;
font-family: var(--spfont1);
}
.error-container img {
max-height: 80vh;
max-width: 80vw;
}