docs.coopcloud.tech/docs/styles/extra.css

43 lines
709 B
CSS

:root {
--md-primary-fg-color: #ff4f88;
--md-primary-fg-color--light: #202674;
--md-primary-fg-color--dark: #ee4a33;
}
/* Navbar styling tweaks */
.md-search__form {
background-color: rgba(0, 0, 255, 0.20);
}
.md-tabs {
background-color: #6A9CFF;
}
.md-tabs__item {
font-weight: 600;
}
/* Footer styling tweaks */
.md-footer {
background-color: #485FC7;
}
.md-footer-meta {
background-color: rgba(0, 0, 0, 0.45);
}
/* Mobile sidebar styling tweaks */
.md-nav--primary .md-nav__title ~ .md-nav__list {
background-color: #D7E4FF !important;
}
.md-nav__source {
background-color: #A7C5FF !important;
}
label.md-nav__title[for="__drawer"] {
background-color: #6A9CFF !important;
}