6 lines
159 B
CSS
6 lines
159 B
CSS
|
|
/* Simple extra styles on top of Tailwind. */
|
||
|
|
body {
|
||
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
|
||
|
|
"Segoe UI", sans-serif;
|
||
|
|
}
|