funky-framadate-front/src/styles/partials/global.scss

11 lines
114 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
@charset "UTF-8";
html {
font-size: 1rem; /* 16px */
2020-04-21 10:50:26 +02:00
color: $font_color;
}
2021-10-19 12:53:19 +02:00
.min-height {
min-height: 50vh;
}