Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
extra.css 859 B
:root {
    --md-primary-fg-color:        #0d004c;
    --md-primary-fg-color--light: #0d004c;
    --md-primary-fg-color--dark:  #0d004c;
}

.md-typeset .codehilite pre {
    white-space: pre-wrap;
    margin: 30px 0px;
}

.admonition > p {
    font-size: 14px;
}

.admonition > p > a { color: #2C00FF !important 
}

.nav-logo > img {
    max-width: 100%;
}

p > a { color: #2C00FF !important 
}

p > a:hover { color: #e2066f !important
}

td > a { color: #2C00FF !important 
}

td > a:hover { color: #e2066f !important
}

.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg,
.md-nav__title .md-nav__button.md-logo img, .md-nav__title .md-nav__button.md-logo svg {
    display: none;
}

.md-nav__item .md-nav__link--active { 
    font-weight: bold;
}

p > a { 
    color: #0d004c !important 
}

p > a:hover { 
    color: #e2066f !important
}