mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-19 15:21:10 -05:00
All published on BlackRoad OS App Store: - Dashboard, Metrics, Vault, Agent Hub - Commander, Analytics, Monitor - Deployer, Studio, Sync - Plus the original First App Zero gatekeepers. Zero fees.
8 lines
104 B
CSS
8 lines
104 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-gray-50 text-gray-900;
|
|
}
|