mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
15 lines
239 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|