summaryrefslogtreecommitdiff
path: root/docs/_static/css/custom.css
blob: 83766858bd3b00388389c9f46130097002b17727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Custom styles */

@import url("theme.css");

code, .rst-content tt, .rst-content code {
    font-size: 95%;
}
.note p code, .note div div pre {
    background-color: #E7F2FC;
}
.warning p code, .warning div div pre {
    background-color: #FFF8DD;
}