/* :root { --md-primary-fg-color: #1a7dc9; --home-color: #0071c7; --nav-item-color: #4d4d4d; --md-accent-fg-color: #0071c7; } */ :root > * { --md-primary-fg-color: #2264E5; --md-primary-fg-color--light: #73b7e4; --md-primary-fg-color--dark: #2264E5; } .md-header__button.md-logo img { width: 5.5rem; height: 1.5rem; } .md-header__button.md-logo { transition-duration: 0.2s; transition-property: transform; } .md-header .md-footer-nav { background-image: linear-gradient(0 deg, rgb(53, 112, 227) 0%, rgb(53, 112, 227) 24%, rgb(46 106 225) 53%, rgb(32 97 223) 78%, rgb(26 94 225) 100%); /* background-color: rgb(53, 112, 227); */ } .md-footer { margin-top: 50px; } /* .md-tabs { box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%), 0 0.2rem 0.4rem rgb(0 0 0 / 20%); } */ .md-nav__item--nested>.md-nav__link, .md-nav__item a { color: var(--nav-item-color); } .md-nav__item--nested>.md-nav__link:hover { color: var(--md-accent-fg-color); } .md-nav__title .md-nav__button.md-logo img, .md-nav__title .md-nav__button.md-logo svg { width: auto; } .md-sidebar--primary .md-nav{ font-size: 0.75rem; } .md-sidebar--primary .md-sidebar__scrollwrap{ border-right: 1px solid #ebedf1; } .md-nav__item--section>.md-nav__link[for] { color: #000; } .md-nav__item--nested > .md-nav__link{ font-size: 0.8rem; font-weight: 600; } .md-sidebar--primary .md-nav__item .md-nav__link--active { background: linear-gradient(295deg,#edf8ff,rgba(232,236,244,0)); border-right: 2px solid #1a7dc9; } .md-sidebar--primary .md-nav__item .md-nav__link--active { padding: 0px 0px; } /* .md-nav__icon { width: 0px; } */ .md-grid { max-width: 64rem; } .md-grid .md-typeset { padding-left: 3rem; } .md-tabs__link { font-weight: 450; font-size: 0.77rem; } .md-tabs__link .md-tabs__link--active { font-weight: 500; font-size: 0.77rem; border-bottom: 2px solid white; } .md-typeset h1 { font-weight: 500; color: #000000a1; } .md-typeset h2 { font-weight: 470; } .md-typeset h3 { font-weight: 460; margin: 1em 0 0.8em; } .md-typeset h4 { font-weight: 450; } .md-typeset h5 { text-transform: lowercase }