aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/events
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-05-16 18:42:50 +0100
committerGravatar GitHub <[email protected]>2021-05-16 18:42:50 +0100
commit8c7c3b137fb6c60818d29ac3d14ebb397357ee0e (patch)
treefec5581d5e27fc860db6424f7c1d6a3a71565693 /pydis_site/static/css/events
parentResolve conflicts (diff)
parentMerge pull request #501 from python-discord/update/sir-lancebot-env-vars (diff)
Merge branch 'main' into fix_327
Diffstat (limited to 'pydis_site/static/css/events')
-rw-r--r--pydis_site/static/css/events/base.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css
new file mode 100644
index 00000000..266bca1d
--- /dev/null
+++ b/pydis_site/static/css/events/base.css
@@ -0,0 +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;
+}