diff options
Diffstat (limited to 'pydis_site/static/css/events/base.css')
-rw-r--r-- | pydis_site/static/css/events/base.css | 12 |
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; +} |