Removed dark bg

This commit is contained in:
samueloh99
2023-06-22 11:54:38 -03:00
parent 05c9b9fd04
commit a85c3bfa62

View File

@@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;
@layer base {
/* @layer base {
:root {
--background: 0 0% 100%;
--foreground: 222.2 47.4% 11.2%;
@@ -68,17 +68,21 @@
--radius: 0.5rem;
}
}
} */
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
/* @apply bg-background text-foreground; */
font-feature-settings: "rlig" 1, "calt" 1;
}
h1,h2,h3,h4,h5{
h1,
h2,
h3,
h4,
h5 {
@apply font-display;
}
}