diff --git a/src/assets/css/variables.sass b/src/assets/css/variables.sass index b3c062c..7b35ed6 100644 --- a/src/assets/css/variables.sass +++ b/src/assets/css/variables.sass @@ -2,7 +2,8 @@ $fontFamily: 'Inter', sans-serif $background: #0f1a28 -$textColor: color.adjust($background, $lightness: 85%) +$textColor: color.adjust($background, $lightness: 80%) +$textColorTitle: color.adjust($background, $lightness: 75%) $borderRadius: 16px $componentBorder: 2px solid color.adjust($background, $lightness: 6%) $componentBackground: color.adjust($background, $lightness: 1%)