femmefaytale 46b7dcf941
All checks were successful
continuous-integration/drone/push Build is passing
nav bar list undo colours
2022-03-18 12:32:40 +00:00

41 lines
661 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__source {
background-color: #A7C5FF !important;
}
.md-nav--primary .md-nav__title {
background-color: #6A9CFF !important;
color: var(--md-primary-bg-color) !important;
}