Fix breadcrumb bg color.

This commit is contained in:
James Cole
2024-01-07 19:55:56 +01:00
parent 75a32b2f94
commit ad981c2bf0
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@
color: #bec5cb;
/* PAGINATION */
}
.skin-firefly-iii .content-header > .breadcrumb {
background: #272c30;
}
.skin-firefly-iii .well {
background-color: #55606a;
border-color: #454e56;

File diff suppressed because one or more lines are too long