aio-tools/src/assets/css/variables.sass

6 lines
148 B
Sass

@use 'sass:color'
$fontFamily: 'Inter', sans-serif
$background: #0f1a28
$textColor: color.adjust($background, $lightness: 85%)
$borderRadius: 16px