UNPKG
trading-platform-template
Version:
latest (1.0.0)
1.0.0
CLI tool to create a new Trading Platform project template
trading-platform-template
/
template
/
src
/
app
/
globals.css
18 lines
(14 loc)
•
257 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
@layer
base {
:root
{
@apply
[
color-scheme
:dark]; } body {
@apply
min-h-screen bg-background text-text-primary antialiased; } * {
@apply
border-card; } }