fedifeed/stylesrc/masto-light.scss
Sam Therapy 73a0ccf871
Redo app from the ground up
Make it an ES module, TODO: Typescript
Make the themes explicitly mastodon

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-02-06 13:14:18 -06:00

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;
}