Fixes contrast on danger buttons

This commit is contained in:
Mouse Reeve
2020-11-09 12:10:37 -08:00
parent 7042e59402
commit 0f4df08769
7 changed files with 7 additions and 7 deletions

View File

@ -78,7 +78,7 @@
</div>
<div class="block">
<button class="button is-primary" type="submit">Save</button>
<a class="button is-danger is-light" href="/book/{{ book.id }}">Cancel</a>
<a class="button" href="/book/{{ book.id }}">Cancel</a>
</div>
</form>