From 59423cb8765f8f2e7055168abc3011934066372c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 15 Jan 2022 21:13:27 +0300 Subject: [PATCH] Another trivial restyle --- doc/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/style.css b/doc/style.css index 0d2e65b..44fa2e0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,8 +1,4 @@ -body { - margin: auto; - width: 80em; - background-color: #AEBECE; -} +body { background-color: #AEBECE } h1, h2, h3, h4 { text-align: center } h1, h2, h3, h4, strong { color: #900090 } pre { background-color: #CCCCCC } -- 2.44.0