Functional syntax highlighting for rust

This commit is contained in:
Nathan McCarty 2025-02-07 05:48:05 -05:00
parent 731d7aa19c
commit 19e06488c4
7 changed files with 299 additions and 5 deletions

View file

@ -33,6 +33,9 @@ body, .post {
align-items: center;
gap: var(--box-gap);
}
.post {
width: 100%;
}
/* Style the site header */
.site-header {