From 08bc992fce0c7a1cdbe38ee41e2db1b0ec8c3426 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 11 Jun 2025 10:18:54 +0800 Subject: [PATCH] changed text color to aliceblue --- src/styles/variables.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.sass b/src/styles/variables.sass index b65d052..cb81aaa 100644 --- a/src/styles/variables.sass +++ b/src/styles/variables.sass @@ -1,7 +1,7 @@ @use 'sass:color' $background: #0c1b31 -$textColor: color.adjust($background, $lightness: 90%) +$textColor: #f0f8ff $fontSize: 1rem