Label Browsing: better views, tag cloud, more tags

This commit is contained in:
mDuo13
2021-06-03 18:50:30 -07:00
parent d48c3d57a1
commit 366ff1d2d0
65 changed files with 413 additions and 26 deletions

View File

@@ -5,15 +5,30 @@
padding: 48px 0;
}
.content .children-display li a {
/* Category landing pages */
font-weight: 700;
font-size: 1.25rem;
text-decoration: none;
.content .children-display,
.content .curated-links {
> ul > li {
margin-top: 24px;
}
li a {
/* Category landing pages */
font-weight: 700;
font-size: 1.25rem;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.content .children-display li a:hover {
text-decoration: underline;
.content .children-display > ul > li {
}
.content .label-links {
}