refapp
Version:
Parse Refract JSON to API Reference Jquery SPA
24 lines (22 loc) • 427 B
CSS
.anchor-link::after {
opacity: 0;
margin-left: 0.5rem;
font-weight: 100;
content: "#";
position: absolute;
}
.anchor-link:hover::after {
opacity: 1;
}
.ref-body a.card {
text-decoration: none;
}
.ref-body .card-body *:last-child {
margin-bottom: 0;
padding-bottom: 0 ;
}
.ref-body .card-body a {
text-decoration: underline ;
text-decoration-style: dotted ;
color: #fff;
}