aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/events/base.css
blob: 266bca1da895dd1d71d8a0ecea8d20ff4eb3e7f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;
}