2023-06-27 12:30:11 +02:00
|
|
|
$color-bg: #fffff5
|
|
|
|
$color-text: #000
|
|
|
|
$color-text--light: lighten($color-text, 20%)
|
|
|
|
$color-link: #195880
|
|
|
|
$color-selection: #4D5460
|
|
|
|
|
|
|
|
@use 'base' with ($color-bg: $color-bg, $color-text: $color-text, $color-text--light: $color-text--light, $color-link: $color-link, $color-selection: $color-selection)
|