mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Merge branch 'v3' into refactor/HHT-199
This commit is contained in:
commit
0f0ad52427
@ -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 */
|
||||
|
||||
@ -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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user