feat. 해더 기획 기능 구현 (해상도에 맞춰 리스트 더보기 생성)

This commit is contained in:
clkim
2025-10-01 21:38:12 +09:00
parent 517d2b233b
commit a70b3c8795
5 changed files with 253 additions and 247 deletions

View File

@@ -8,6 +8,7 @@
--foreground-reversal-6: rgba(0, 0, 0, 0.06);
--foreground-reversal-8: rgba(0, 0, 0, 0.08);
--foreground-reversal-10: rgba(0, 0, 0, 0.1);
--foreground-reversal-15: rgba(0, 0, 0, 0.15);
--foreground-reversal-30: #ebebeb; /* gray-80 */
}
@@ -21,6 +22,7 @@
--foreground-reversal-6: rgba(255, 255, 255, 0.06);
--foreground-reversal-8: rgba(255, 255, 255, 0.08);
--foreground-reversal-10: rgba(255, 255, 255, 0.1);
--foreground-reversal-15: rgba(255, 255, 255, 0.15);
--foreground-reversal-30: #404040; /* gray-750 */
}