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

30 lines
438 B
CSS
Raw Normal View History

2021-06-03 22:28:46 +00:00
:root {
--md-primary-fg-color: #ff4f88;
--md-primary-fg-color--light: #202674;
--md-primary-fg-color--dark: #ee4a33;
}
2022-03-08 13:22:42 +00:00
/* 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);
}