Skip to content

Commit 943a998

Browse files
committed
New section with auxiliary tools
1 parent 3440583 commit 943a998

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1121
-194
lines changed

tutorials/_static/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Style the code block background and text */
2+
div.my-special-block {
3+
background-color: #000088;
4+
color: #000000;
5+
border-radius: 0px;
6+
padding: 0px;
7+
}
8+
9+
/* Also style the <pre> inside the block */
10+
div.my-special-block pre {
11+
background: #dddddd;
12+
color: inherit;
13+
}
14+
15+
/* Override Pygments token coloring if needed */
16+
div.my-special-block span {
17+
background: transparent !important; /* kill inline bg */
18+
color: inherit !important; /* inherit turquoise */
19+
}

0 commit comments

Comments
 (0)