Merge branch 'v3' into refactor/HHT-199

This commit is contained in:
WK Wong 2025-09-28 21:22:47 +08:00
commit 0f0ad52427
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,11 @@
/* Fumadocs UI Animations */
--animate-fd-fade-in: custom-fade-in 200ms ease-out forwards;
--animate-fd-fade-out: custom-fade-out 150ms ease-out forwards;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Dark Theme Variables */

View File

@ -11,6 +11,11 @@
/* Use OS-native cursor for interactive elements (macOS style) */
--cursor-interactive: cursor;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[data-theme="light"],