.blog__header { font-size: 2.4rem; font-weight: 900; margin-top: 1cm; } .posts { font-size: 1.2rem; } .post__link { &:link { text-decoration: none; } &:hover { text-decoration: underline; text-decoration-color: $secondaryColor; text-decoration-thickness: 2px; text-underline-offset: 2px; } } .post__content { h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } }