diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-27 19:52:48 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-27 19:52:48 +0200 |
commit | 98d3f4dedaabf62213b95dd8e7b67f9e8ab99006 (patch) | |
tree | 5f85498c4abcdcf83aeacdb30eaeaa166de406e4 /frontend/src/styles/theme.css | |
parent | 086010248b30924d4b597483fcec3f9988ed2419 (diff) |
Sredjen dizajn tabele. Sredjena difoltna vrednost za missingvalue. Grafici uredjeni.
Diffstat (limited to 'frontend/src/styles/theme.css')
-rw-r--r-- | frontend/src/styles/theme.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index f9ea219f..17a433c6 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -8,8 +8,7 @@ --ns-bg-dark-100: rgba(0, 65, 101, 1.0); --ns-bg-dark-50: rgba(0, 65, 101, 0.5); --offwhite: #dfd7d7; - --ns-warn:#f9b7b7; - + --ns-warn: #f9b7b7; } body { |