🎨
This commit is contained in:
parent
fd4f077978
commit
a726971324
1 changed files with 1 additions and 3 deletions
|
|
@ -4,13 +4,12 @@
|
||||||
@layer base {
|
@layer base {
|
||||||
* {
|
* {
|
||||||
@apply border-border;
|
@apply border-border;
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@apply font-sans antialiased;
|
||||||
--bc-color-brand: hsl(var(--primary));
|
--bc-color-brand: hsl(var(--primary));
|
||||||
--bc-color-brand-dark: hsl(var(--primary));
|
--bc-color-brand-dark: hsl(var(--primary));
|
||||||
--bc-brand-mix: 100%;
|
--bc-brand-mix: 100%;
|
||||||
|
|
@ -28,7 +27,6 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
font-family: 'Inter', sans-serif;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
text-size-adjust: 100%;
|
text-size-adjust: 100%;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue