Initial working state: CL3.5 complete (Plesk sync + suspend/unsuspend)
This commit is contained in:
12
app/globals.css
Normal file
12
app/globals.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply bg-slate-50 text-slate-900;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-brand-600 hover:text-brand-500;
|
||||
}
|
||||
Reference in New Issue
Block a user