winkekatze.tv/assets/scss/_general.scss

7 lines
160 B
SCSS
Raw Normal View History

body {
2022-01-16 02:17:41 +01:00
font-family: $main_font, sans-serif;
margin: 25px 25px 50px 25px;
background: $background_accent_2;
2022-01-18 04:05:22 +01:00
font-weight: $font_weight_default;
}