diff options
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/content/articles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/articles.css b/pydis_site/static/css/content/articles.css index fa7a0ba5..f46d6b15 100644 --- a/pydis_site/static/css/content/articles.css +++ b/pydis_site/static/css/content/articles.css @@ -5,3 +5,12 @@ i.has-icon-padding { padding: 0 10px 25px 0; } + +pre { + /* + * Style it the same as the <code> tag, since highlight.js does not style + * backgrounds of <pre> tags but bulma does, resulting in a weird off-white + * border. + */ + background-color: #282c34; +} |