mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-03 04:43:38 +00:00
15 lines
295 B
SCSS
15 lines
295 B
SCSS
@use 'sass:color';
|
|
|
|
@use '../mastodon/functions' with (
|
|
$darken-multiplier: 1,
|
|
$lighten-multiplier: -1
|
|
);
|
|
|
|
$white: #fff; // White
|
|
$blurple-500: #6364ff; // Brand purple
|
|
$grey-600: hsl(240deg, 8%, 33%); // Trout
|
|
|
|
@use '../mastodon/variables' with (
|
|
$emojis-requiring-inversion: 'chains'
|
|
);
|