mastodon/app/javascript/styles/mastodon-light/variables.scss
2025-11-11 10:49:32 +01:00

18 lines
431 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 (
$ui-base-color: hsl(255deg, 25%, 88%),
$ui-base-lighter-color: hsl(250deg, 24%, 75%),
$ui-secondary-color: hsl(240deg, 16%, 19%),
$emojis-requiring-inversion: 'chains'
);