Theme update
This commit is contained in:
@@ -34,14 +34,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@for $i from 1 through length($defaultTagBackgrounds) {
|
||||
&:nth-child(#{length($defaultTagBackgrounds)}n + #{$i}) {
|
||||
.article-category a {
|
||||
background: nth($defaultTagBackgrounds, $i);
|
||||
color: nth($defaultTagColors, $i);
|
||||
}
|
||||
}
|
||||
}
|
||||
//@for $i from 1 through length($defaultTagBackgrounds) {
|
||||
// &:nth-child(#{length($defaultTagBackgrounds)}n + #{$i}) {
|
||||
// .article-category a {
|
||||
// background: nth($defaultTagBackgrounds, $i);
|
||||
// color: nth($defaultTagColors, $i);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user