move to central themes repo

This commit is contained in:
2024-01-17 08:24:58 -06:00
parent a85631d2e5
commit 6b478bae46
451 changed files with 2 additions and 3 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(--primary-font);
}
.error-container img {
max-height: 80vh;
max-width: 80vw;
}