mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Label Browsing: better views, tag cloud, more tags
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user