Commit f0e2f769d375d70d33c283c67bca6eefc5d033c6
1 parent
a49d73f9
Exists in
master
and in
8 other branches
Update theme colors
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/app/index.scss
... | ... | @@ -30,7 +30,7 @@ $categories: ( |
30 | 30 | reducao-da-pobreza: #38c7a4, |
31 | 31 | cultura: #a63738, |
32 | 32 | esporte: #f15b31, |
33 | - meio-ambiente: #111 | |
33 | + meio-ambiente: #3cc667 | |
34 | 34 | ); |
35 | 35 | |
36 | 36 | $categories-complementary-1: ( |
... | ... | @@ -40,7 +40,7 @@ $categories-complementary-1: ( |
40 | 40 | reducao-da-pobreza: #57e9cd, |
41 | 41 | cultura: #dc5557, |
42 | 42 | esporte: #fd8d4c, |
43 | - meio-ambiente: #222 | |
43 | + meio-ambiente: #339950 | |
44 | 44 | ); |
45 | 45 | |
46 | 46 | $categories-complementary-2: ( |
... | ... | @@ -50,7 +50,7 @@ $categories-complementary-2: ( |
50 | 50 | reducao-da-pobreza: #2a9677, |
51 | 51 | cultura: #862f2f, |
52 | 52 | esporte: #ce472c, |
53 | - meio-ambiente: #000 | |
53 | + meio-ambiente: lighten(#3cc667, 10%) | |
54 | 54 | ); |
55 | 55 | |
56 | 56 | // $categories-descriptions: ( | ... | ... |