From 06c3b11d75503df8adf11b5e25d1a8a31e5f3ce6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 23 Jun 2021 17:18:29 +0400 Subject: =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BB=D1=8C=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 42f9a6f..8e9a06a 100644 --- a/static/style.css +++ b/static/style.css @@ -18,6 +18,7 @@ h2 { hr { margin: 3px auto; + color: #ebdbb2; } p { @@ -28,33 +29,54 @@ p, li { font-size: 14pt; } +a { + color: #458588; +} + +a:visited { + color: #b16286; +} + body { - background-color: white; + background-color: #282828; + color: #ebdbb2; width: 50%; margin: 30px auto; } +pre { + padding: 20px; + background: #3c3836; + border-radius: 15px; +} + +code { + padding: 2px 7px; + background: #3c3836; + border-radius: 6px; +} + @media screen and (max-width: 1600px) { body { - width: 60%; + width: 70%; } } @media screen and (max-width: 1200px) { body { - width: 70%; + width: 80%; } } @media screen and (max-width: 1000px) { body { - width: 80%; + width: 90%; } } @media screen and (max-width: 800px) { body { - width: 90%; + width: 95%; } } -- cgit v1.2.3