This commit is contained in:
@ -1,16 +1,16 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
/* @tailwind base; */
|
||||
/* @tailwind components; */
|
||||
/* @tailwind utilities; */
|
||||
|
||||
body {
|
||||
background-color:#f3f4f6;
|
||||
color:#1f2937;
|
||||
background-color: #f3f4f6;
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color:#1a202c;
|
||||
color:#e5e7eb;
|
||||
background-color: #1a202c;
|
||||
color: #e5e7eb;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user