Merge pull request #7687 from MateusBMP/develop

Low contrast ratio on .skin-firefly-iii .btn-info color with dark theme
This commit is contained in:
James Cole
2023-06-26 05:58:34 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -117,6 +117,9 @@
.skin-firefly-iii .btn-success.hover {
background-color: #004726;
}
.skin-firefly-iii .btn-info {
color: #fff;
}
.skin-firefly-iii .dropdown-menu {
box-shadow: none;
background-color: #353c42;

File diff suppressed because one or more lines are too long