Fixes contrast on danger buttons
This commit is contained in:
parent
7042e59402
commit
0f4df08769
7 changed files with 7 additions and 7 deletions
|
@ -132,7 +132,7 @@
|
|||
<form name="delete-readthrough-{{ readthrough.id }}" action="/delete-readthrough" method="POST">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="id" value="{{ readthrough.id }}">
|
||||
<button class="button is-danger" type="submit">
|
||||
<button class="button is-danger is-light" type="submit">
|
||||
Delete
|
||||
</button>
|
||||
<label for="delete-readthrough-{{ readthrough.id }}" class="button">Cancel</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue