diff options
author | Malfurious <m@lfurio.us> | 2023-11-17 04:43:40 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-18 00:45:27 -0500 |
commit | 5e0a24511d51f1b1ba56fe80d5c5b673fe3245b0 (patch) | |
tree | 85d69d10f19f2c1c47abce14a376f7317926a8e8 /dmt/style.css | |
parent | a85783ed0b1ae567574f5f9986a235ce747b8af0 (diff) | |
download | cychedelic-5e0a24511d51f1b1ba56fe80d5c5b673fe3245b0.tar.gz cychedelic-5e0a24511d51f1b1ba56fe80d5c5b673fe3245b0.zip |
dmt: Add services page
Signed-off-by: Malfurious <m@lfurio.us>
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; |