Public Access
1
0

fix: update mono font to Red Hat Mono across multiple files

This commit is contained in:
2025-08-22 09:56:43 -04:00
parent c43024a4d2
commit a83e908c17
4 changed files with 5 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ article a:hover {
}
article code {
background-color: #374151;
font-family: "Red Hat Mono", monospace;
color: #e5e7eb;
padding: 0.2em 0.4em;
margin: 0;