Commit 8f445b8e992fe8e9d1d2c3a463e1821eea704033
1 parent
a24003a0
Exists in
master
and in
5 other branches
Css fixes
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
gov-style.css
| ... | ... | @@ -235,7 +235,7 @@ div.width-5 { |
| 235 | 235 | } |
| 236 | 236 | |
| 237 | 237 | #logo a, #logo #portal-title { |
| 238 | - color: #FFDC19 !important; | |
| 238 | + color: #FFF !important; | |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | #logo #portal-title { |
| ... | ... | @@ -349,7 +349,7 @@ div.width-5 { |
| 349 | 349 | clear: both; |
| 350 | 350 | max-width: 100% !important; |
| 351 | 351 | margin: 0; |
| 352 | - background: #0a5517; | |
| 352 | + background: #00420c; | |
| 353 | 353 | padding: 5px 0; |
| 354 | 354 | } |
| 355 | 355 | |
| ... | ... | @@ -361,6 +361,7 @@ div.width-5 { |
| 361 | 361 | |
| 362 | 362 | #sobre a { |
| 363 | 363 | color: #fff; |
| 364 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 364 | 365 | } |
| 365 | 366 | |
| 366 | 367 | #sobre .portalservicos-item a { | ... | ... |