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

31 lines
503 B
SCSS
Raw Normal View History

2021-04-19 03:11:28 +00:00
@charset "utf-8";
@import "variables";
body .sitemap-list {
a {
color: $theme-gray;
&:hover {
color: lighten($theme-color-main, 10%);
}
}
&.sitemap-list.level-1 > li{
margin-bottom: 15px;
padding-bottom: 4px;
}
&.sitemap-list.level-1 > li > a{
2021-06-28 11:05:06 +00:00
font-size: 1.375em;
2021-04-19 03:11:28 +00:00
color: $theme-color-main;
margin-bottom: 15px;
&:hover{
color: lighten( $theme-color-main , 10%);
}
}
&.level-2 > li{
margin-bottom: 10px;
> a{
2021-06-28 11:05:06 +00:00
font-size: 1em;
2021-04-19 03:11:28 +00:00
}
}
}