Added add ogranization page and project page

This commit is contained in:
Laux Dev
2026-02-25 11:39:22 +08:00
parent 03bb2c22aa
commit 1c0532efa7
10 changed files with 450 additions and 59 deletions

View File

@@ -1,11 +1,11 @@
:root {
--background: #d2d3e0;
--foreground: #1c1d28;
--foreground: #191a24;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #1c1d28;
--background: #191a24;
--foreground: #d2d3e0;
}
}