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-dark.scss

11 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';