From 7adb2165986b8133139ea7c40f505f64766063fb Mon Sep 17 00:00:00 2001 From: jasonm23 Date: Thu, 24 Aug 2023 18:26:19 +0700 Subject: [PATCH] Fix foreground color spec --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9ecd28d..dff6428 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ @import url('https://fonts.googleapis.com/css?family=Montserrat'); *, body, h1, h2, h3, h4, p, div { - color #DDD; background-color: #282C32; + color: #99a9af; font-family: 'Montserrat', sans-serif; }