aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.css
blob: c650bdebd680ce50f3bd97e7481d4481e82e1cd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
mat-label{
    color: var(--offwhite) !important;
}
select{
    color: var(--offwhite) !important;
}
mat-form-field{
    color: var(--offwhite) !important;
}
hr{
    color: var(--offwhite) !important;
}