summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLobstros <Lobstros@users.noreply.github.com>2021-04-14 20:26:25 +0100
committerGitHub <noreply@github.com>2021-04-14 21:26:25 +0200
commit6d3480590ba5a10efa3288c2101090ff35e4ecbb (patch)
treee5240d3bb245cffae76b1e68c9527c9e73b30c23
parent1f087a63463ffca38d174c5fad349606cdad2a1e (diff)
downloadcython-6d3480590ba5a10efa3288c2101090ff35e4ecbb.tar.gz
Set black text for .cython code lines in HTML report. (GH-4117)
-rw-r--r--Cython/Compiler/Annotate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/Annotate.py b/Cython/Compiler/Annotate.py
index 67e4662a8..48e73f853 100644
--- a/Cython/Compiler/Annotate.py
+++ b/Cython/Compiler/Annotate.py
@@ -87,7 +87,7 @@ class AnnotationCCodeWriter(CCodeWriter):
body.cython { font-family: courier; font-size: 12; }
.cython.tag { }
- .cython.line { margin: 0em }
+ .cython.line { color: #000000; margin: 0em }
.cython.code { font-size: 9; color: #444444; display: none; margin: 0px 0px 0px 8px; border-left: 8px none; }
.cython.line .run { background-color: #B0FFB0; }