diff options
| author | 2019-04-19 13:24:41 +0100 | |
|---|---|---|
| committer | 2019-04-19 13:24:41 +0100 | |
| commit | bf99d5e06936625e7939d72d0bb922b71ce401eb (patch) | |
| tree | 3667aa305d523ac3e35e3244480744c96f25e7af /pydis_site/templates/wiki/edit.html | |
| parent | Add paginators at the top of paginated sections (diff) | |
Finish history view page
Diffstat (limited to 'pydis_site/templates/wiki/edit.html')
| -rw-r--r-- | pydis_site/templates/wiki/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/edit.html b/pydis_site/templates/wiki/edit.html index 0ebfa2f6..c0cb8de6 100644 --- a/pydis_site/templates/wiki/edit.html +++ b/pydis_site/templates/wiki/edit.html @@ -82,7 +82,7 @@ <iframe name="previewWindow" frameborder="0" style="width: 100%; height: 100%;"></iframe> </div> <div class="modal-card-foot"> - <button class="button is-white" aria-label="close"> + <button class="button is-light" aria-label="close"> <span class="icon"> <i class="fas fa-arrow-left"></i> </span> |