/* rgb #11557c */ html[data-theme="light"] { --pst-color-primary: hsl(202, 76%, 28%); --pst-color-text-base: rgb(51, 51, 51); --sd-color-primary-text: rgb(250, 250, 250); --pst-color-link: hsl(202, 76%, 25%); } html[data-theme="dark"] { --pst-color-primary: rgb(70, 152, 198); --pst-color-text-base: rgb(250, 250, 250); --sd-color-primary-text: rgb(51, 51, 51); --pst-color-link: hsl(202, 53%, 80%); } :root { --pst-color-link-hover: var(--pst-color-secondary); } .sidebar-donate > .sd-btn { width: 100%; } #navbar-icon-links { margin-left: 1.5em; } #navbar-icon-links .nav-link { color: #989898; } #navbar-icon-links .nav-link:hover { color: var(--pst-color-primary); } /* reduce height of nav bar when items don't fit in one line See https://github.com/pydata/pydata-sphinx-theme/pull/2117 */ .navbar-item { height: unset !important; margin: 0.25rem 0; }