scss: apply monospace font to tree list git.sr.ht already has this, and it's nice to keep everything uniform.
1 files changed, 1 insertions(+), 0 deletions(-) M scss/main.scss
M scss/main.scss +1 -0
@@ 29,6 29,7 @@ dt { display: grid; // mode name grid-template-columns: auto 1fr fit-content(40em) auto auto; + font-family: $font-family-monospace; svg { color: #777;