Skip to content

Commit 2d82d8b

Browse files
author
Leah Wasser
authored
cleanup of guide part ii (#92)
* cleanup of guide part ii * capitalization * update JOSS instructions * update styles * JOSS language update * notes and important blocks styles
1 parent 98545ad commit 2d82d8b

File tree

3 files changed

+235
-74
lines changed

3 files changed

+235
-74
lines changed

_static/pyos.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
div.admonition.note .admonition-title, div.admonition.note .admonition-title::before {
3+
background-color: #C1CFD4;
4+
color: #222;
5+
6+
}
7+
8+
div.admonition.note {
9+
border-color: #C1CFD4;
10+
background-color: #E3F4FA;
11+
}
12+
13+
14+
div.admonition.important .admonition-title, div.admonition.important .admonition-title::before {
15+
background-color: #107762;
16+
color: #ffffff!important;
17+
}
18+
19+
div.admonition.important .admonition-title {
20+
background-color: #107762;
21+
border-color: #1abc9c;
22+
}
23+
24+
div.admonition.important {
25+
border-color: #0e6654;
26+
background-color: #ecfcf9;
27+
}

0 commit comments

Comments
 (0)