Cauldron/stylesheets/custom.css
bch_qp3hvzy09lzcm46qm4cd 66e0acc0be snapshot: docs.riftenlabs.com/cauldron/ (28 pages) - author: Riften Labs
Backup of Cauldron docs at snapshot time. Canonical source of truth:
  https://docs.riftenlabs.com/cauldron/

Includes: whitepaper, liquidity/swap/yield/wallets, developer resources,
knowledge base, and the full API section (bcmr, broadcast, cauldron,
contract-subscribe, ido, moria_v11, oracle, root, tokenbch, tokentoken).
Supporting CSS/JS bundle preserved so pages render offline.
2026-09-02 04:05:04 +02:00

44 lines
703 B
CSS

/* Custom Styles */
a, .md-nav__item--active > .md-nav__link {
color: rgb(16, 185, 129) !important;
}
a:hover {
color: #80172B !important;
}
label:hover {
color: #9D9FA5 !important;
}
.md-header {
background-color: rgb(16, 185, 129) !important;
}
@media screen and (max-width: 76.1875em) {
.md-nav--primary .md-nav__source, .md-nav--primary .md-nav__title {
background-color: rgb(16, 185, 129) !important;
}
}
.md-source__icon, .md-source__repository {
color: #fff;
}
footer .md-ellipsis, .md-footer-nav__button {
color: #fff;
}
.md-footer-copyright {
display: none;
}
.md-typeset__table {
overflow-wrap: anywhere;
}
.md-typeset__table code {
white-space: nowrap;
}