diff options
Diffstat (limited to 'dmt/style.css')
-rw-r--r-- | dmt/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dmt/style.css b/dmt/style.css index 915a6cd..f95eb6a 100644 --- a/dmt/style.css +++ b/dmt/style.css @@ -12,6 +12,10 @@ pre { margin: 0; } +td { + font-family: monospace; +} + a { color: #c8c8c8; text-decoration: none; |