/ docs / manual / _static / custom.css
custom.css
 1  h3 {
 2  	margin-top: 1.75rem;
 3  	margin-bottom: 0.5rem;
 4  }
 5  
 6  code.literal {
 7  	padding-left: 0.25rem !important;
 8  	padding-right: 0.25rem !important;
 9  	padding-top: 0.25rem !important;
10  	padding-bottom: 0.15rem !important;
11  }
12  
13  img[src*="if_mode_graph_b.png"] {
14  	background-color: rgb(169, 177, 186);
15  }
16  
17  dt.sig {
18  	margin-bottom: 0.75rem;
19  	margin-top: 1.75rem;
20  }