Commit 891316a43aadd0f52e677f5f817afdbacc68dba7
1 parent
07702feb
Exists in
master
and in
5 other branches
Fix css for community track
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
style.css
| ... | ... | @@ -2225,7 +2225,6 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2225 | 2225 | } |
| 2226 | 2226 | |
| 2227 | 2227 | #content .step.step_active a { |
| 2228 | - background-color: #e8f3e9;/*verde claro*/ | |
| 2229 | 2228 | color: #397941;/*verde escuro*/ |
| 2230 | 2229 | } |
| 2231 | 2230 | |
| ... | ... | @@ -2246,7 +2245,6 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2246 | 2245 | } |
| 2247 | 2246 | |
| 2248 | 2247 | #content .step.step_waiting a { |
| 2249 | - background-color: #fff0cf;/*laranja claro*/ | |
| 2250 | 2248 | color: #C6A142;/*laranja escuro*/ |
| 2251 | 2249 | } |
| 2252 | 2250 | |
| ... | ... | @@ -2266,7 +2264,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2266 | 2264 | } |
| 2267 | 2265 | |
| 2268 | 2266 | #content .step.step_finished a { |
| 2269 | - background-color: transparent;/*transparente*/ | |
| 2267 | + background-color:transparent;/*transparente*/ | |
| 2270 | 2268 | color: #999;/*cinza escuro escuro*/ |
| 2271 | 2269 | } |
| 2272 | 2270 | ... | ... |