From 5ba6aacc4a8366c2f8365819a300f354b489a552 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 6 Feb 2016 17:16:44 +0300 Subject: [PATCH] =?utf8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BA=D1=80?= =?utf8?q?=D0=B0=D1=81=D0=B8=D0=B2=D1=8B=D0=B9=20=D1=81=D1=82=D0=B8=D0=BB?= =?utf8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; } -- 2.44.0