Files
lua.re/src/styles/index.css
2024-11-10 23:26:49 +11:00

13 lines
121 B
CSS

html {
@apply bg-bg font-serif;
font-size: 14px;
}
a {
@apply hover:underline;
}
pre {
font-family: inherit;
}