add images and redesign hompeage into sections, fix the dark color
Build & Deploy / Build & Push Docker Image (push) Failing after 48s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 5m2s
Test / Marketplace Unit Tests (push) Failing after 4m55s
Test / Admin Unit Tests (push) Successful in 9m37s
Test / Dashboard Unit Tests (push) Successful in 9m37s
Test / API Integration Tests (push) Successful in 9m54s

This commit is contained in:
root
2026-06-26 21:01:02 -04:00
parent d7fb7b7a7b
commit 35172ab46b
102 changed files with 1106 additions and 280 deletions
+12 -12
View File
@@ -13,7 +13,7 @@ html.dark {
body {
@apply text-blue-950 antialiased transition-colors dark:text-slate-100;
background-image:
linear-gradient(180deg, #ffffff 0%, #f5f8ff 28%, #eef4ff 58%, #ffffff 100%);
linear-gradient(180deg, #ffffff 0%, #fafafa 28%, #f5f5f5 58%, #ffffff 100%);
}
.shell {
@@ -28,12 +28,12 @@ body {
html.dark body {
background-image:
linear-gradient(180deg, #0a1128 0%, #0d1b38 35%, #07101e 100%);
linear-gradient(180deg, #172554 0%, #1b3068 35%, #0f1a40 100%);
}
html.dark .panel {
border-color: rgb(30 60 140 / 0.40);
background-color: rgb(11 25 55 / 0.72);
border-color: rgb(30 64 175 / 0.40);
background-color: rgb(23 37 84 / 0.72);
}
@layer utilities {
@@ -43,25 +43,25 @@ html.dark .panel {
/* ── Dark mode: zinc classes → deep navy blue ─────────────── */
.bg-zinc-950 {
background-color: rgb(6 13 30);
background-color: #172554;
}
.bg-zinc-950\/90 {
background-color: rgb(6 13 30 / 0.9);
background-color: rgb(23 37 84 / 0.9);
}
.bg-zinc-900 {
background-color: rgb(11 25 55);
background-color: rgb(23 37 84 / 0.78);
}
.bg-zinc-800,
.bg-zinc-800\/50 {
background-color: rgb(20 42 90);
background-color: rgb(30 58 138 / 0.5);
}
.border-zinc-800,
.border-zinc-700 {
border-color: rgb(30 60 130);
border-color: rgb(30 64 175);
}
.text-zinc-100,
@@ -70,17 +70,17 @@ html.dark .panel {
}
.text-zinc-500 {
color: rgb(148 163 184);
color: rgb(168 162 158);
}
.text-zinc-400,
.text-zinc-300 {
color: rgb(100 116 139);
color: rgb(120 113 108);
}
.hover\:bg-zinc-800:hover,
.hover\:bg-zinc-800\/50:hover {
background-color: rgb(30 55 115);
background-color: rgb(30 64 175 / 0.4);
}
.hover\:text-zinc-200:hover {