22 lines
321 B
SCSS
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;
|
|
// }
|
|
//} |