|
421 | 421 |
|
422 | 422 | <div class="theme-container clearfix custCol-border borderBottom"> |
423 | 423 | <input type="radio" name="theme-selection" class="fieldItem marginBottom20" id="theme-3" |
424 | | - data-primary-color="#3F4641" |
425 | | - data-secondary-color="#515752" |
426 | | - data-background-color="#272B24" |
| 424 | + data-primary-color="#474559" |
| 425 | + data-secondary-color="#353443" |
| 426 | + data-background-color="#1d1d25" |
427 | 427 | data-text-color="#ffffff" |
428 | 428 | data-header="imgs/themes/3/header.png" /> |
429 | 429 | <label for="theme-3" class="js-homeModal-themeSelected radioLabel"> |
430 | | - <div class="theme-background" style="background: #272B24"> |
431 | | - <div class="theme-global-header" style="background: #515752"></div> |
| 430 | + <div class="theme-background" style="background: #1d1d25"> |
| 431 | + <div class="theme-global-header" style="background: #353443"></div> |
432 | 432 | <div class="theme-header" style="background: url(imgs/themes/3/header-thumbnail.png); background-size: cover"></div> |
433 | | - <div class="theme-nav" style="background: #515752"> |
434 | | - <div class="theme-tab" style="background: #3F4641"></div> |
| 433 | + <div class="theme-nav" style="background: #353443"> |
| 434 | + <div class="theme-tab" style="background: #474559"></div> |
435 | 435 | </div> |
436 | | - <div class="theme-body" style="background: #3F4641"></div> |
| 436 | + <div class="theme-body" style="background: #474559"></div> |
437 | 437 | </div> |
438 | 438 | </label> |
439 | 439 | </div> |
440 | 440 |
|
441 | 441 | <div class="theme-container clearfix custCol-border borderRight borderBottom"> |
442 | 442 | <input type="radio" name="theme-selection" class="fieldItem marginBottom20" id="theme-4" |
443 | | - data-primary-color="#6C7D46" |
444 | | - data-secondary-color="#5C6A3C" |
445 | | - data-background-color="#29301B" |
| 443 | + data-primary-color="#929e8e" |
| 444 | + data-secondary-color="#6e776b" |
| 445 | + data-background-color="#3d413b" |
446 | 446 | data-text-color="#ffffff" |
447 | 447 | data-header="imgs/themes/4/header.png" /> |
448 | 448 | <label for="theme-4" class="js-homeModal-themeSelected radioLabel"> |
449 | | - <div class="theme-background" style="background: #29301B"> |
450 | | - <div class="theme-global-header" style="background: #5C6A3C"></div> |
| 449 | + <div class="theme-background" style="background: #3d413b"> |
| 450 | + <div class="theme-global-header" style="background: #6e776b"></div> |
451 | 451 | <div class="theme-header" style="background: url(imgs/themes/4/header-thumbnail.png); background-size: cover"></div> |
452 | | - <div class="theme-nav" style="background: #5C6A3C"> |
453 | | - <div class="theme-tab" style="background: #6C7D46"></div> |
| 452 | + <div class="theme-nav" style="background: #6e776b"> |
| 453 | + <div class="theme-tab" style="background: #929e8e"></div> |
454 | 454 | </div> |
455 | | - <div class="theme-body" style="background: #6C7D46"></div> |
| 455 | + <div class="theme-body" style="background: #929e8e"></div> |
456 | 456 | </div> |
457 | 457 | </label> |
458 | 458 | </div> |
459 | 459 |
|
460 | 460 | <div class="theme-container clearfix custCol-border borderRight borderBottom"> |
461 | 461 | <input type="radio" name="theme-selection" class="fieldItem marginBottom20" id="theme-5" |
462 | | - data-primary-color="#128092" |
463 | | - data-secondary-color="#007088" |
464 | | - data-background-color="#02334E" |
| 462 | + data-primary-color="#41658a" |
| 463 | + data-secondary-color="#334e6a" |
| 464 | + data-background-color="#1c2b3a" |
465 | 465 | data-text-color="#ffffff" |
466 | 466 | data-header="imgs/themes/5/header.png" /> |
467 | 467 | <label for="theme-5" class="js-homeModal-themeSelected radioLabel"> |
468 | | - <div class="theme-background" style="background: #02334E"> |
469 | | - <div class="theme-global-header" style="background: #007088"></div> |
| 468 | + <div class="theme-background" style="background: #1c2b3a"> |
| 469 | + <div class="theme-global-header" style="background: #334e6a"></div> |
470 | 470 | <div class="theme-header" style="background: url(imgs/themes/5/header-thumbnail.png); background-size: cover"></div> |
471 | | - <div class="theme-nav" style="background: #007088"> |
472 | | - <div class="theme-tab" style="background: #128092"></div> |
| 471 | + <div class="theme-nav" style="background: #334e6a"> |
| 472 | + <div class="theme-tab" style="background: #41658a"></div> |
473 | 473 | </div> |
474 | | - <div class="theme-body" style="background: #128092"></div> |
| 474 | + <div class="theme-body" style="background: #41658a"></div> |
475 | 475 | </div> |
476 | 476 | </label> |
477 | 477 | </div> |
|
0 commit comments