From 11269d351bfdc9e7ea8a3e2bcb8a64126aeb285e Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Mon, 9 Jan 2023 12:05:27 -0700 Subject: [PATCH] text larger --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0aa48a8..4ec66ca 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; - font-size: medium; + font-size: large; background: rgb(71, 71, 71); color: black; }