This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fedifeed/src/stylesrc/masto-light.scss

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