fedifeed/stylesrc/masto-dark.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

10 lines
191 B
SCSS

@import 'mastodon-vars.scss';
$bg: $darkest;
$bg2: mix($darkest,$lighter,85%);
$fg: $white;
$dim: $lighter;
$dimmer: mix($darkest,$lighter,50%);
$link: $vibrant;
@import 'masto-base.scss';