Normalize admin routes and docker config

This commit is contained in:
Lectom C Han
2026-02-04 12:40:02 +09:00
parent bf86b1d1e7
commit 410b2b7b48
30 changed files with 467 additions and 231 deletions

View File

@@ -1,5 +1,9 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
:root {
--color-primary: #f95523;
--color-primary-border: #ca3f14;
}
html {
font-size: 10px;
}
@@ -3697,4 +3701,4 @@ i {
html {
font-size: 8px;
}
}
}