Looking for help with my HTML code:
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<a href="poweron.php" type="button" class="btn btn-danger text-white">Power On</a>
</div>
When viewed on Safari and Chrome, the power button looks 'grey' and has a different size. How can I ensure it appears exactly the same on both browsers like on Google Chrome?