diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-23 20:46:13 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-23 20:46:13 +0200 |
commit | 7f4315cc4accda4e7c038a58f6e8a2623c986eca (patch) | |
tree | 3e496c9989a932c3cd10d9116f64e6a6628f105f /frontend/src/app/_elements/form-model/form-model.component.css | |
parent | a5e467a078f6d1306c2cb4aecfd650182c7d64c1 (diff) |
Dodate stavke u material.module i form-model
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.css')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.css b/frontend/src/app/_elements/form-model/form-model.component.css index e69de29b..9340fed5 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.css +++ b/frontend/src/app/_elements/form-model/form-model.component.css @@ -0,0 +1,3 @@ +*{ + color: var(--offwhite) !important; +}
\ No newline at end of file |