From 4f2741f84b6b58abb1797eb83f5761c216327f06 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 Sep 2024 11:58:40 -0400 Subject: [PATCH] shared style update --- shared/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/style.css b/shared/style.css index d357b51..0b7a426 100644 --- a/shared/style.css +++ b/shared/style.css @@ -8,7 +8,8 @@ body{ margin:0; background-color: #232627; font-family: 'Roboto-Thin', 'Georgia', serif; - color: #DEDEDE; + color: #CECECE; + font-weight: bold; } .centerized{ font-size: 8em;