We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c65fc commit 095861fCopy full SHA for 095861f
javascript/htmlContent.js
@@ -92,7 +92,7 @@ export const switchTitle = version => {
92
</div>
93
<div class="title-text-OTHEREDITIONS">
94
<span class="title-text-OTHEREDITIONS">
95
- <span style="color:maroon">Print-only █</span>
+ <span style="color:orange">Print-only █</span>
96
</span>
97
98
static/assets/stylesheet.css
@@ -152,7 +152,7 @@ pre.prettyprint {
152
153
pre.prettyprintoutput {
154
margin-top: 1ex;
155
- color: #800000;
+ color: orange;
156
font-style: oblique;
157
}
158
0 commit comments