mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
fix(css): font-sans already applied on <html>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply antialiased font-sans text-[--ui-text] bg-[--ui-bg];
|
||||
@apply antialiased text-[--ui-text] bg-[--ui-bg];
|
||||
}
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user