yuzucchii.xyz/public/styles.css
2025-05-04 15:16:23 -05:00

15 lines
195 B
CSS

/* Root stylesheet. Load into your Zmpl template with:
*
* <link rel="stylesheet" href="/styles.css" />
*
*/
.message {
font-weight: bold;
font-size: 3rem;
}
.js-only {
display: none;
}