.c-sitemap__item { @include font-size(20); color: palette(text, 400); } .c-sitemap__link { display: block; padding: space(0.5) 0; text-decoration: none; &:hover { color: palette(text, 600); text-decoration: underline; } }