mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 11:36:20 +00:00
decirle al navegador que soportamos modo oscuro
This commit is contained in:
parent
65d1cc200c
commit
00fcb85785
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
:root {
|
||||||
|
color-scheme: light dark;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue