Merge pull request #7168 from firefly-iii/fix-7120

Fix https://github.com/firefly-iii/firefly-iii/issues/7120
This commit is contained in:
James Cole
2023-03-07 19:14:48 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -457,7 +457,7 @@
.skin-firefly-iii .input-group textarea {
background-color: #353c42;
color: #bec5cb;
border: 1px solid #353c42;
border: 1px solid #73818f;
}
.skin-firefly-iii .list-group {
color: #bec5cb;

File diff suppressed because one or more lines are too long