forked from sam/fedifeed
Sam Therapy
73a0ccf871
Make it an ES module, TODO: Typescript Make the themes explicitly mastodon Signed-off-by: Sam Therapy <sam@samtherapy.net>
18 lines
280 B
SCSS
18 lines
280 B
SCSS
@import 'mastodon-vars.scss';
|
|
|
|
$bg: $white ;
|
|
$bg2: mix($lightest,$white);
|
|
$fg: $darkest;
|
|
$dim: mix($lighter,$darkest,90%);
|
|
$dimmer: mix($lighter,$darkest,80%);
|
|
$link: $vibrant;
|
|
|
|
@import 'masto-base.scss';
|
|
|
|
.item-content,
|
|
.description,
|
|
.title,
|
|
html,
|
|
body {
|
|
font-weight:normal;
|
|
}
|