/*See MkDocs documentation on custom color schemes
https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#custom-colors-docsstylesheetsextracss
https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/_colors.scss
*/
:root  > * {
--md-primary-fg-color:        #3e6d9b;
--md-primary-fg-color--light: #323a45;
--md-primary-fg-color--dark:  #90030C;
--md-accent-fg-color:         #334155;
}

.md-nav__link {
color: #0369a1;
}

.md-nav__link.md-nav__link--active {
color: #0369a1;
font-weight: bold;
}

.md-nav__title {
color: #008000;
}
