diff --git a/src/index.css b/src/index.css index 1965c59..2fae090 100644 --- a/src/index.css +++ b/src/index.css @@ -3,8 +3,8 @@ @tailwind utilities; @layer base { - --color-light: #2500ff; - --color-dark: rgb(0, 0, 0); + --color-light:rgb(256, 256, 256); + --color-dark:rgb(0, 0, 0); - --color-background: var(--color-light); + --color-background:var(--color-light); } \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 8886507..44d46fb 100644 --- a/src/styles.css +++ b/src/styles.css @@ -3,10 +3,6 @@ line-height: 1.5; font-weight: 400; - #color-scheme: light dark; - #color: rgba(255, 255, 255, 0.87); - #background-color: #242424; - font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;