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