quantumbot-landing/styles/typography.scss
Никита Круглицкий b3c99a667a Initial commit
2024-11-26 16:15:12 +03:00

22 lines
321 B
SCSS

@use "./mixins" as *;
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
}
//a {
// @include font(18px, 500, 23px);
//
// color: inherit;
// text-decoration: none;
// transition: color .2s ease-out;
// text-underline-offset: 2px;
//
// &:hover {
// color: #EE6A32;
// }
//
// &:active {
// color: #F57B47;
// }
//}