summaryrefslogtreecommitdiff
path: root/doc/_themes
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-04 07:55:35 +0100
committerGitHub <noreply@github.com>2021-11-04 07:55:35 +0100
commit5a987b8af8dcbddcbd5cade37adebed5b5dd99f1 (patch)
tree51822d76ffe625c0295d28e8f96bbb2749c626eb /doc/_themes
parentb99a403704e40a843704ab99582e9acc67be95ed (diff)
downloadpygments-git-5a987b8af8dcbddcbd5cade37adebed5b5dd99f1.tar.gz
Add styles gallery to website (#1943)
Diffstat (limited to 'doc/_themes')
-rw-r--r--doc/_themes/pygments14/layout.html1
-rw-r--r--doc/_themes/pygments14/static/pygments14.css_t1
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/_themes/pygments14/layout.html b/doc/_themes/pygments14/layout.html
index d25cb443..a1ec280c 100644
--- a/doc/_themes/pygments14/layout.html
+++ b/doc/_themes/pygments14/layout.html
@@ -68,6 +68,7 @@
<li><a href="{{ pathto('demo') }}">Demo</a></li>
{% endif %}
<li><a href="{{ pathto('languages') }}">Languages</a></li>
+ <li><a href="{{ pathto('styles') }}">Styles</a></li>
<li><a href="{{ pathto('faq') }}">FAQ</a></li>
<li><a href="{{ pathto('download') }}">Get it</a></li>
<li><a href="{{ pathto('docs/index') }}">Docs</a></li>
diff --git a/doc/_themes/pygments14/static/pygments14.css_t b/doc/_themes/pygments14/static/pygments14.css_t
index 11cfae7b..225aa5eb 100644
--- a/doc/_themes/pygments14/static/pygments14.css_t
+++ b/doc/_themes/pygments14/static/pygments14.css_t
@@ -338,7 +338,6 @@ pre {
padding: 0.5em;
border: 1px solid #ccc;
border-radius: 2px;
- background-color: #f8f8f8;
}
pre a {