Theme update

This commit is contained in:
2024-11-04 13:11:27 -05:00
Unverified
parent 5d7bf3b3c9
commit 22920b60dc
9 changed files with 26 additions and 53 deletions

View File

@@ -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);
// }
// }
//}
}
}