diff options
Diffstat (limited to 'htdocs/common.css')
-rw-r--r-- | htdocs/common.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/htdocs/common.css b/htdocs/common.css new file mode 100644 index 0000000..d37a546 --- /dev/null +++ b/htdocs/common.css @@ -0,0 +1,11 @@ +body { + font-family: Monospace; +} + +code { + background-color: lightgrey; +} + +pre { + background-color: lightgrey; +} |