diff options
-rw-r--r-- | pydis_site/static/css/events/base.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css index b4f233f7..266bca1d 100644 --- a/pydis_site/static/css/events/base.css +++ b/pydis_site/static/css/events/base.css @@ -1,3 +1,12 @@ .breadcrumb-section { padding: 1rem; } + +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; +} |