Commit 262b7f351649587e70d7dbce2fd405342a808e80

Authored by Victor Costa
1 parent 026d5966

Update theme

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
style.css
... ... @@ -3326,7 +3326,7 @@ body.action-embed-index {
3326 3326 background-image: -webkit-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%);
3327 3327 background-image: -ms-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%);
3328 3328 background-image: linear-gradient(to top, #FFFFFF 66%, #B5C9D3 100%);
3329   - background-size: 100% 350px;
  3329 + background-size: 100% 927px;
3330 3330 background-repeat: no-repeat;
3331 3331 }
3332 3332  
... ... @@ -3352,9 +3352,12 @@ body.action-embed-index {
3352 3352 border: none !important;
3353 3353 }
3354 3354 .highlights-container a {
3355   - background-color: none !important;
  3355 + background-color: transparent !important;
3356 3356 }
3357 3357  
3358 3358 .action-home-index .block .block-inner-2, .action-environment_design-index .block .block-inner-2 {
3359   - background-color: none;
  3359 + background-color: transparent;
  3360 +}
  3361 +.highlights-label {
  3362 + display: none !important;
3360 3363 }
... ...