From 52520a4289cb5a74381d4dbaf22deff01d00c67c Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 23:54:31 +0100 Subject: prettification --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bbd67b5..970ac99 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: monospace, sans-serif; color: #333; background-color: #fff; } @@ -20,8 +20,8 @@ table td { padding: 0 3px; } -table tr:hover td { - background-color: #ddd; +#content table tr:hover td { + background-color: #eee; } h1, h2, h3, h4, h5, h6 { -- cgit v1.2.3