|
|
@ -243,7 +243,8 @@ if ($secondary) { ?> |
|
|
|
.home .blocks.blocks-4 .widget_text:nth-child(2) { |
|
|
|
.home .blocks.blocks-4 .widget_text:nth-child(2) { |
|
|
|
background: <?= $secondary ?>;
|
|
|
|
background: <?= $secondary ?>;
|
|
|
|
} |
|
|
|
} |
|
|
|
.home .blocks.blocks-4 .widget_text:nth-child(2) .button:hover, .home .blocks.blocks-4 .widget_text:nth-child(2) .button:focus { |
|
|
|
.home .blocks.blocks-4 .widget_text:nth-child(2) .button:hover, |
|
|
|
|
|
|
|
.home .blocks.blocks-4 .widget_text:nth-child(2) .button:focus { |
|
|
|
color: <?= $secondary ?>;
|
|
|
|
color: <?= $secondary ?>;
|
|
|
|
} |
|
|
|
} |
|
|
|
<?php } ?> |
|
|
|
<?php } ?> |
|
|
|