:root { --md-admonition-icon--code: url('data:image/svg+xml;charset=utf-8,') } .md-typeset .admonition.code, .md-typeset details.code { border-color: rgb(134, 130, 245); } .md-typeset .code > .admonition-title, .md-typeset .code > summary { background-color: rgba(134, 130, 245, 0.1); } .md-typeset .code > .admonition-title::before, .md-typeset .code > summary::before { background-color: rgb(134, 130, 245); -webkit-mask-image: var(--md-admonition-icon--code); mask-image: var(--md-admonition-icon--code); } /* Make the 2025 BEHAVIOR Challenge navigation item bold and golden */ .md-tabs__list .md-tabs__item:nth-child(2) .md-tabs__link { font-weight: bold !important; color: #B8860B !important; } /* Add spacing between FontAwesome icons and text in navigation */ .md-nav__item i[class*="fa-"], .md-tabs__item i[class*="fa-"] { margin-right: 8px; }