From 15e301d7a539e15b473d896c24609bc10f6ff3d8 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Mon, 22 Mar 2021 22:58:04 +0800 Subject: Style
 tag backgrounds the same as .

This makes it consistent with the django-wiki version of the code
blocks, which looks neater.
---
 pydis_site/static/css/events/base.css | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'pydis_site/static')

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  tag, since highlight.js does not style
+     * backgrounds of 
 tags but bulma does, resulting in a weird off-white
+     * border.
+     */
+    background-color: #282c34;
+}
-- 
cgit v1.2.3