Merge pull request #1573 from trustable-code/PR1

Fixed missing color definion in docs CSS
This commit is contained in:
Andreas Rumpf
2014-10-19 21:17:58 +02:00

View File

@@ -93,6 +93,11 @@ doc.file = """<?xml version="1.0" encoding="utf-8" ?>
<title>$title</title>
<style type="text/css">
body {
color: black;
background: white;
}
span.DecNumber {color: blue}
span.BinNumber {color: blue}
span.HexNumber {color: blue}