From 2ed7709b200b80b202677e064a4af3e316e7749f Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Tue, 27 Dec 2022 07:59:49 +0000 Subject: [PATCH] updated style --- style.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a2ba187..043ffcd 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ body { - color: #000; - background-color: #fff; + color: #222; + background-color: #eee; font-family: monospace; + max-width: 80em; + margin: auto; } h1, h2, h3, h4, h5, h6 { @@ -50,6 +52,24 @@ table td { white-space: nowrap; } +table#log { + width: 100%; + margin: auto; +} + +#index { + width: 100%; +} + +#menu { + width: 100%; + margin: auto; +} + +#return-to-home { + float: right; +} + #branches tr:hover td, #tags tr:hover td, #index tr:hover td, -- 2.30.2