Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit ba6408e

Browse files
committed
more contrast fixes for code on hidden-content pg
Signed-off-by: Robert Jolly <[email protected]>
1 parent c851886 commit ba6408e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_sass/syntax.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@
8787
font-weight: bold;
8888
}
8989
.highlight .mf {
90-
color: #009999;
90+
color: #007777;
9191
}
9292
.highlight .mh {
93-
color: #009999;
93+
color: #007777;
9494
}
9595
.highlight .il {
96-
color: #009999;
96+
color: #007777;
9797
}
9898
.highlight .mi {
99-
color: #009999;
99+
color: #007777;
100100
}
101101
.highlight .mo {
102-
color: #009999;
102+
color: #007777;
103103
}
104104
.highlight .m, .highlight .mb, .highlight .mx {
105-
color: #009999;
105+
color: #007777;
106106
}
107107
.highlight .sb {
108108
color: #d14;
@@ -147,7 +147,7 @@
147147
color: #999999;
148148
}
149149
.highlight .nb {
150-
color: #0086B3;
150+
color: #005B7A;
151151
}
152152
.highlight .nc {
153153
color: #445588;

0 commit comments

Comments
 (0)