diff options
author | 2018-04-10 19:39:35 +0200 | |
---|---|---|
committer | 2018-04-10 19:39:35 +0200 | |
commit | f9f1fec758f280d99f33ab9f141c839d0542d5ee (patch) | |
tree | d09f85b3c82b8ad54dd4b82f49af48f5d38b5b74 /templates/wiki/base.html | |
parent | Flash of Unstyled Content fix (diff) | |
parent | [Wiki] Improve editor preview (diff) |
Merge branch 'master' of github.com:discord-python/site
Diffstat (limited to 'templates/wiki/base.html')
-rw-r--r-- | templates/wiki/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 02ab1b55..4bb227df 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -16,6 +16,7 @@ <link rel="shortcut icon" href="{{ static_file('favicon.ico') }}"> <link rel="stylesheet" href="{{ static_file('uikit_blurple.css') }}"/> <link rel="stylesheet" href="{{ static_file('style.css') }}"/> + <link rel="stylesheet" href="{{ static_file('css/pygments-monokai.css') }}"/> <!-- OpenGraph metadata --> <meta property="og:title" content="Python Discord | {% block og_title %}{% endblock %}"> @@ -30,7 +31,7 @@ <div class="uk-offcanvas-content uk-flex uk-flex-column"> {% include "main/navigation.html" %} <div class="uk-flex uk-flex-row uk-flex-1"> - <div class="uk-card uk-card-body uk-flex-left uk-flex"> + <div class="uk-card uk-card-body uk-flex-left uk-flex uk-card-primary"> <ul class="uk-nav-default uk-nav-parent-icon" uk-nav> {% if (can_edit or debug) and current_page == "page" %} <li> |