13 lines
121 B
CSS
13 lines
121 B
CSS
html {
|
|
@apply bg-bg font-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
a {
|
|
@apply hover:underline;
|
|
}
|
|
|
|
pre {
|
|
font-family: inherit;
|
|
}
|