commit 1c2079db53605b2be85ea4dbf41eba8398fd8c2d parent 4531aeb29d9668453f3622ad21988d9c519020ca Author: marloes <marloes@kuri.mu> Date: Mon Jun 20 18:21:29 +0200 fixed font to pre tagDiffstat:
| local.css | | | 4 | +++- |
diff --git a/local.css b/local.css @@ -3,4 +3,6 @@ body { max-width: 650px; padding: 0 10px; } - +pre { + font-family: Courier; +}