From: Sergey Matveev Date: Sat, 6 Feb 2016 14:16:44 +0000 (+0300) Subject: Новый красивый стиль X-Git-Url: http://www.git.cypherpunks.ru/?p=cypherpunks-www.git;a=commitdiff_plain;h=5ba6aacc4a8366c2f8365819a300f354b489a552 Новый красивый стиль --- diff --git a/style.css b/style.css index e63659a..19806be 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,17 @@ body { margin: auto; max-width: 800px; + background-color: #AEBECE; +} + +h1, h2, h3, h4 { + text-align: center; +} + +h1, h2, h3, h4, strong { + color: #900090; +} + +pre { + background-color: #CCCCCC; }