fix: convert apps/website from submodule to regular directory

This commit is contained in:
yeuimu
2026-07-16 01:42:45 +08:00
parent f12ae12ad3
commit 9595030625
341 changed files with 50808 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
@import "tailwindcss";
@theme {
--color-inkreach-homepage-1: #f3f4f5;
--color-inkreach-homepage-2: #f8f9fb;
--color-inkreach-homepage-3: #fff6f0;
--color-inkreach-homepage-4: #FF6800;
--color-primary: #FF6800;
--color-inkreach-homepage-5: #0C0501;
--animate-marquee: marquee-scroll 30s linear infinite;
--animate-pulse-animation: pulse-glow 2s ease-in-out infinite;
@keyframes marquee-scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@keyframes pulse-glow {
0%, 100% { box-shadow: 0 0 0 0 rgba(255, 104, 0, 0.4); }
50% { box-shadow: 0 0 0 12px rgba(255, 104, 0, 0); }
}
}