rfid/themes/hugo-whisper-theme/assets/scss/components/_type.scss
2021-10-01 14:32:43 +02:00

7 lines
119 B
SCSS

p {
font-family: $font-family-base;
font-size: 1rem;
line-height: 1.4;
color: lighten($black, 10%);
font-weight: 400;
}