diff options
Diffstat (limited to 'pydis_site/templates/wiki/create.html')
-rw-r--r-- | pydis_site/templates/wiki/create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/create.html b/pydis_site/templates/wiki/create.html index 8a68a1c6..5cd5e292 100644 --- a/pydis_site/templates/wiki/create.html +++ b/pydis_site/templates/wiki/create.html @@ -35,7 +35,7 @@ <div class="field is-horizontal is-grouped"> <div class="control"> - <a href="{% url 'wiki:get' path=parent_urlpath.path %}" class="button is-white"> + <a href="{% url 'wiki:get' path=parent_urlpath.path %}" class="button is-light"> <span class="icon"> <i class="fa fa-arrow-left"></i> </span> |