xportrs 0.0.8

CDISC-compliant XPT file generation and parsing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
/* Glossary term styling for mdbook-termlink */
.glossary-term {
    text-decoration: underline dotted currentColor;
    text-underline-offset: 2px;
    cursor: help;
}

.glossary-term:hover {
    background-color: rgba(var(--links), 0.1);
}