Add missing CSS.

This commit is contained in:
James Cole 2023-02-04 07:08:05 +01:00
parent 7d169518a5
commit 1226ef542f
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 14 additions and 1 deletions

View File

@ -99,6 +99,19 @@
.skin-firefly-iii .table-hover > tbody > tr:hover {
background-color: #454e56;
}
.skin-firefly-iii .form-control {
color: #bec5cb;
}
.skin-firefly-iii .vue-tags-input {
background: #353c42 !important;
}
.skin-firefly-iii .ti-input {
border: 1px solid #353c42 !important;
}
.skin-firefly-iii code {
background-color: #343941;
color: #c9d1d9;
}
.skin-firefly-iii h4 {
color: #44DEF1;
}

File diff suppressed because one or more lines are too long