diff options
author | 2019-04-15 14:46:13 +0100 | |
---|---|---|
committer | 2019-04-15 14:46:13 +0100 | |
commit | f15e84e84dd3ab9b58d2b31921230eafd86a7564 (patch) | |
tree | 80b99639e3c684f9a6d69bc3a5b060a8cdd0db6e /pydis_site/templates/wiki/create.html | |
parent | Editor fixes and sidebar accordion (diff) |
Small styling fixes
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> |