toot-script-condivisione-su.../src/style/_variables.scss

15 lines
233 B
SCSS
Raw Normal View History

2020-09-23 16:08:38 +02:00
$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;