Files
xrpl-dev-portal/styles/_blog.scss
2020-09-14 15:47:31 -07:00

15 lines
239 B
SCSS

// These styles are used by the dev-blog pages, which are in another repo.
.dev-blog {
.labels-wrap {
display: inline-block;
}
a.badge-primary {
text-decoration: none;
&:hover {
text-decoration: none;
}
}
}