Fix CSS
This commit is contained in:
parent
c86b4ae71a
commit
4b82dc6e12
@ -3,7 +3,7 @@
|
|||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
--color-light: #2500ff;
|
--color-light:rgb(256, 256, 256);
|
||||||
--color-dark:rgb(0, 0, 0);
|
--color-dark:rgb(0, 0, 0);
|
||||||
|
|
||||||
--color-background:var(--color-light);
|
--color-background:var(--color-light);
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
#color-scheme: light dark;
|
|
||||||
#color: rgba(255, 255, 255, 0.87);
|
|
||||||
#background-color: #242424;
|
|
||||||
|
|
||||||
font-synthesis: none;
|
font-synthesis: none;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
Loading…
Reference in New Issue
Block a user