AsiaV2d/assets/stylesheets/template/base/_sitemap-override.scss

13 lines
164 B
SCSS
Raw Normal View History

2021-04-19 03:12:30 +00:00
@charset "utf-8";
@import "variables";
body .sitemap-list {
a {
color: $theme-gray;
&:hover {
color: lighten($theme-color-main, 10%);
}
}
}