mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-27 01:38:58 +00:00
test
This commit is contained in:
19
nextjs/spa-standalone/app/globals.css
Normal file
19
nextjs/spa-standalone/app/globals.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
body {
|
||||
color: #1a1a1a;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: #ffffff;
|
||||
background: #0a0a0a;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.text-balance {
|
||||
text-wrap: balance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user