Fixed missing color definion in docs CSS

This commit is contained in:
Simon Krauter
2014-10-14 23:32:28 +02:00
parent b7befd69ba
commit 6043194465

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}