diff options
Diffstat (limited to '')
-rw-r--r-- | doc/groff.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/groff.css b/doc/groff.css new file mode 100644 index 0000000..ea36359 --- /dev/null +++ b/doc/groff.css @@ -0,0 +1,17 @@ + +body { + margin-top: 0%; + margin-left: 0%; + margin-right: 0%; + margin-bottom: 0%; + background-color: white; + color: black; +} + +pre { + background-color: #E0E0E0; + color: black; + border: thin; + border-style: solid; +} + |