From: Sergey Matveev Date: Mon, 17 Jan 2022 10:00:26 +0000 (+0300) Subject: Another trivial restyle X-Git-Tag: 5.9~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=af588237f6df6258e4c05b76fe99ee8b5955b0c5 Another trivial restyle --- 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 }