7 lines
118 B
Sass
7 lines
118 B
Sass
@use 'base' with (
|
|
$color-bg: #191919
|
|
$color-text: #ffffffcf
|
|
$color-link: #6FB0E2
|
|
$color-selection: #9BA6B0
|
|
)
|