From 4f9d7c3fd526bdb989ec0b53bd9854377a87be24 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 3 Jun 2025 15:54:09 +0800 Subject: [PATCH] added extra variables --- src/styles/variables.sass | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/styles/variables.sass b/src/styles/variables.sass index 62cb066..f45b866 100644 --- a/src/styles/variables.sass +++ b/src/styles/variables.sass @@ -1,2 +1,9 @@ +@use 'sass:color' + $background: #0c1b31 -$text-color: #ffffff +$text-color: color.adjust($background, $lightness: 90%) + +$font-size: 1rem + +$border-margin: 2rem +$border-margin: 2rem \ No newline at end of file