profilpage/scss/_vars.scss
2021-06-25 17:41:11 +02:00

11 lines
338 B
SCSS
Executable file

//Background
$BackgroundColor: #333;
$BackgroundLighter: #3c3c3c;
$BackgroundDarker: #262626;
//Foreground
$PrimaryColor: White;
$SecundaryColor: #b3b3b3;
//Fonts
$FontSizes: ( "p": 12px, "h1": 30px, "h2": 25px, "h3": 20px, "h4": 15px, );
$PrimaryFont: Roboto;
$bgImageStart: url("//cdn.a-hoefler.eu/apps/81se1gtsgw/image.jpg");