8 lines
88 B
CSS
8 lines
88 B
CSS
body {
|
|
@apply font-sans;
|
|
}
|
|
|
|
.brand {
|
|
@apply text-3xl font-medium text-indigo-500;
|
|
}
|