8 lines
116 B
CSS
8 lines
116 B
CSS
|
|
@import "tailwindcss";
|
||
|
|
|
||
|
|
body {
|
||
|
|
background: #1e2a38;
|
||
|
|
color: #fff;
|
||
|
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
|
}
|