Skip to content

Commit 095861f

Browse files
committed
colors for julie
1 parent 52c65fc commit 095861f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/htmlContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const switchTitle = version => {
9292
</div>
9393
<div class="title-text-OTHEREDITIONS">
9494
<span class="title-text-OTHEREDITIONS">
95-
<span style="color:maroon">Print-only █</span>
95+
<span style="color:orange">Print-only █</span>
9696
</span>
9797
</div>
9898
<div class="title-text-OTHEREDITIONS">

static/assets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pre.prettyprint {
152152

153153
pre.prettyprintoutput {
154154
margin-top: 1ex;
155-
color: #800000;
155+
color: orange;
156156
font-style: oblique;
157157
}
158158

0 commit comments

Comments
 (0)