This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/src/style/_variables.scss
2020-09-23 16:08:38 +02:00

14 lines
233 B
SCSS

$text-font: 'Roboto', sans-serif;
$title-font: 'Montserrat', $text-font;
$bg: #1F232B;
$text: #9baec8;
$title:#d9e1e8;
$footer-bg: #16191F;
$button-bg: #3c99dc;
$button-hover-bg: #4ea2df;
$button-text: white;
$input-bg: #131419;