Update
This commit is contained in:
parent
49f24e80da
commit
124eea0730
@ -1,6 +1 @@
|
||||
@use 'base' with (
|
||||
$color-bg: #191919
|
||||
$color-text: #ffffffcf
|
||||
$color-link: #6FB0E2
|
||||
$color-selection: #9BA6B0
|
||||
)
|
||||
@use 'base' with ($color-bg: #191919, $color-text: #ffffffcf, $color-link: #6FB0E2, $color-selection: #9BA6B0)
|
||||
|
@ -1,6 +1 @@
|
||||
@use 'base' with (
|
||||
$color-bg: #fffff5
|
||||
$color-text: #000
|
||||
$color-link: #195880
|
||||
$color-selection: #4D5460
|
||||
)
|
||||
@use 'base' with ($color-bg: #fffff5, $color-text: #000, $color-link: #195880, $color-selection: #4D5460)
|
||||
|
Loading…
Reference in New Issue
Block a user