winkekatze.tv/assets/scss/_variables.scss

31 lines
701 B
SCSS
Raw Normal View History

$background_accent_1: rgb(247, 196, 24 );
2022-01-13 21:14:21 +01:00
$background_accent_2: black;
$font_accent_1: red;
$font_accent_2: maroon;
$font_accent_3: orangered;
2022-01-14 02:18:09 +01:00
$font_accent_4: rgb(247, 196, 24 );
2022-01-13 21:14:21 +01:00
$font_default: white;
2022-01-14 02:18:09 +01:00
$font_size_default: 1.5em;
2022-01-16 17:27:47 +01:00
$font_size_default_mobile: 1.1em;
2022-01-16 18:21:31 +01:00
$font_size_default_tiny: 1em;
$font_size_default_pico: 0.8em;
2022-01-14 02:18:09 +01:00
$font_size_code: 1.7em;
2022-01-16 17:27:47 +01:00
$font_size_code_mobile: 1.3em;
2022-01-14 02:18:09 +01:00
$font_size_h1: 3em;
2022-01-16 02:17:41 +01:00
$font_size_h1_mobile: 1.5em;
2022-01-16 18:21:31 +01:00
$font_size_h1_tiny: 1em;
$font_size_h1_pico: 0.7em;
2022-01-14 02:18:09 +01:00
$font_size_h2: 2.3em;
2022-01-16 17:27:47 +01:00
$font_size_h2_mobile: 1.3em;
2022-01-16 18:21:31 +01:00
$font_size_h2_tiny: 1em;
$font_size_h2_pico: 0.75em;
2022-01-16 02:17:41 +01:00
$headline_font: 'Mochiy Pop One';
$main_font: 'Lato';
2022-01-16 17:27:47 +01:00
$mobile_view: 900px;
2022-01-16 18:21:31 +01:00
$tiny_view: 450px;
$pico_view: 320px;