mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-12 03:51:39 +00:00
8 lines
177 B
SCSS
8 lines
177 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%)
|
|
);
|