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) { .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 } ?>
</style> </style>
<?php } <?php }
}); });

Loading…
Cancel
Save