From 06769c46a69ec7ab6166688cb91840c9b6ff071d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 20 May 2014 15:34:17 +0200 Subject: [PATCH] doc/sysdb-man.css: Applied tokkee.org-like style. --- doc/sysdb-man.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/sysdb-man.css b/doc/sysdb-man.css index b9ee322..9a8095e 100644 --- a/doc/sysdb-man.css +++ b/doc/sysdb-man.css @@ -5,25 +5,27 @@ body { margin: 1em 5% 1em 5%; line-height: 1.2; + font-family: sans-serif; } h1, h2, h3, h4, h5, h6 { - color: #527bbd; + color: #00337c; font-family: sans-serif; + font-weight: bold; } body h1 { - border-bottom: 2px solid silver; + border-bottom: 2px solid #cdcdcd; } body h2 { - border-bottom: 2px solid silver; + border-bottom: 2px solid #cdcdcd; } body pre { margin: 0.5em 10% 0.5em 1em; line-height: 1.0; - color: navy; + color: #00337c; } /* vim: set tw=78 sw=4 ts=4 noexpandtab : */ -- 2.30.2