From 029f626913935c0bd73e9ee755fce705ae5864f2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 10 Dec 2022 19:25:59 -0800 Subject: [PATCH] update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2431052..0fe0e52 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { background-color:black; } -.std-text { +h1, h2, h3, p { font-family: monospace; color: white; margin: 20px 0px 20px 0px;