mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-15 13:31:54 +00:00
11 lines
302 B
SCSS
11 lines
302 B
SCSS
@use '../mastodon/functions' as *;
|
|
|
|
$ui-base-color: hsl(240deg, 16%, 19%) !default;
|
|
|
|
@use '../mastodon/variables' with (
|
|
$action-button-color: lighten($ui-base-color, 50%),
|
|
$inverted-text-color: #000,
|
|
$lighter-text-color: darken($ui-base-color, 6%),
|
|
$light-text-color: hsl(240deg, 29%, 70%)
|
|
);
|