From 6f2fd17f4cbd2ab1689938c5c778670c748da81d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 7 Oct 2024 21:24:01 +0000 Subject: [PATCH] apply font to all elements --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index aeb6f52..833bc4a 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ body { grid-template-rows: auto 1fr auto; } -h1, h2, h3, p { +* { font-family: monospace; color: white; }