From 5e0a24511d51f1b1ba56fe80d5c5b673fe3245b0 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 17 Nov 2023 04:43:40 -0500 Subject: dmt: Add services page Signed-off-by: Malfurious --- dmt/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dmt/style.css') 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; -- cgit v1.2.3