Skip to content

Commit 00baacc

Browse files
authored
custom.css: make inline <code> look less alarming
Default is `#e74c3c` which reads like "error", changed to a dark orange which seems more neutral, but still "sticks out" enough for skimming purposes.
1 parent 9e1b854 commit 00baacc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ code {
1515
color: rgb(51, 51, 51);
1616
}
1717

18+
.rst-content code.literal, .rst-content tt.literal {
19+
color: #a34400;
20+
}
21+
1822
.rst-content .section ul p {
1923
margin-bottom: 0px !important;
2024
}

0 commit comments

Comments
 (0)