Fix fonts on code tags

This commit is contained in:
Cassidy Williams
2023-05-20 12:47:28 -05:00
parent 2f59c1aca8
commit e83c6d3bbe

View File

@@ -32,7 +32,8 @@ body {
}
html,
body,
button {
button,
code {
font-family: "Roboto Mono", monospace;
}
h1,
@@ -161,6 +162,7 @@ img {
code {
padding: 2px 5px;
background-color: #f2f2f2;
font-weight: bold;
}
pre {
padding: 1rem;