Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-07 22:21:58 -08:00
parent 620dd7d3ef
commit b700bd356c
9 changed files with 61 additions and 27 deletions

View File

@@ -7,6 +7,9 @@ module.exports = {
],
theme: {
extend: {},
fontFamily: {
'mono': ['JetBrains Mono', "Menlo", 'monospace'],
},
borderRadius: {
none: '0px',
sm: 'var(--border-radius-sm)',