mirror of
https://github.com/Solo-Web-Works/BillTrak.git
synced 2026-01-29 12:10:33 +00:00
✨feature: Dark mode switch
This commit is contained in:
@@ -2,4 +2,15 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Basic project styles */
|
||||
.dark body {
|
||||
@apply bg-gray-900 text-gray-100;
|
||||
|
||||
[class*="bg-white"] {
|
||||
@apply bg-gray-800 text-gray-100;
|
||||
}
|
||||
|
||||
[class*="bg-gray-100"],
|
||||
[class*="bg-gray-50"] {
|
||||
@apply bg-gray-700 text-gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user