change colours in extra.css

This commit is contained in:
Fay Arnold 2022-03-08 13:22:42 +00:00 committed by Gitea
parent 8f56c0f4a6
commit 4369e1eb66
1 changed files with 24 additions and 0 deletions

View File

@ -3,3 +3,27 @@
--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);
}