From: Sergey Matveev Date: Wed, 3 Aug 2022 09:08:54 +0000 (+0300) Subject: Trivial restyling X-Git-Tag: v5.9.1~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=f8f91a38bd9f2d99b2b8d3785b91b69f5b20caa6 Trivial restyling --- diff --git a/style.css b/style.css index 0d2e65b..44fa2e0 100644 --- a/style.css +++ b/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 }