@charset "utf-8"; @import "variables"; body .sitemap-list { a { color: $theme-gray; &:hover { color: lighten($theme-color-main, 10%); } } }