From cecb1031c761c10016a860abc36cc289ccaf55c8 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 17:25:22 -0800 Subject: [PATCH] errr i forgot a comma whoops --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2365f9f..ff3ceea 100644 --- a/style.css +++ b/style.css @@ -121,7 +121,7 @@ body { background-color: var(--ctp-base); color: var(--ctp-text) !important; - font-family: "Urbanist" Arial, sans-serif; + font-family: "Urbanist", Arial, sans-serif; display: flex; justify-content: center;