diff options
| author | Rapptz <[email protected]> | 2020-05-29 07:23:00 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:52 -0500 |
| commit | 0e75a21a6738a64811d12840a1958eba9b3b61cf (patch) | |
| tree | 8116db930fddb2ba0f69646efaf7e59fc4ff55ed /docs/_templates/layout.html | |
| parent | Actually make overflowing have a scrollbar on mobile (diff) | |
| download | discord.py-0e75a21a6738a64811d12840a1958eba9b3b61cf.tar.xz discord.py-0e75a21a6738a64811d12840a1958eba9b3b61cf.zip | |
Add dark theme for codeblocks
Diffstat (limited to 'docs/_templates/layout.html')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6f2fb3b7..5c45e7f6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -6,7 +6,7 @@ <title>{{ title|striptags|e }}{{ titlesuffix }}</title> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <link rel="stylesheet" href="{{ pathto('_static/style.css', 1)|e }}" type="text/css" /> - <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> + <link rel="stylesheet" href="{{ pathto('_static/codeblocks.css', 1) }}" type="text/css" /> {%- block css %} {%- for css in css_files %} {%- if css|attr("filename") %} |