Fix CSS
This commit is contained in:
parent
c86b4ae71a
commit
4b82dc6e12
@ -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);
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user