apply font to all elements

This commit is contained in:
Arthur Lu 2024-10-07 21:24:01 +00:00
parent 2158cacd6c
commit 6f2fd17f4c

View File

@ -6,7 +6,7 @@ body {
grid-template-rows: auto 1fr auto; grid-template-rows: auto 1fr auto;
} }
h1, h2, h3, p { * {
font-family: monospace; font-family: monospace;
color: white; color: white;
} }