Skip to content

Commit 3e2ee04

Browse files
taohan16takluyver
authored andcommitted
Solve issue #4206: The contrast of font color of code comment in code cell is lower than 4.5:1 (#4746)
Fix issue #4206 - increase contrast of comments in code cells
1 parent c8de32f commit 3e2ee04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebook/static/notebook/less/highlight.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Adapted from GitHub theme
2929
color: #BA2121;
3030
}
3131

32+
//fix issue #4206, overwrite .highlight-comment class, from #408080 to #007979
3233
.highlight-comment{
33-
color: #408080;
34+
color: #007979;
3435
font-style: italic;
3536
}
3637

0 commit comments

Comments
 (0)