Browse Source

Fix CS.

pull/11/head
Ned Zimmerman 7 years ago
parent
commit
bbf5994b1b
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 5
      app/setup.php

5
app/setup.php

@ -243,10 +243,11 @@ if ($secondary) { ?>
.home .blocks.blocks-4 .widget_text:nth-child(2) {
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 ?>;
}
<?php } ?>
<?php } ?>
</style>
<?php }
});

Loading…
Cancel
Save