From 5b55a964113b489dacacdf5427c45d60c38c5793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Mon, 30 Aug 2021 14:22:29 +0300 Subject: [PATCH] =?UTF-8?q?rehber=20ba=C4=9Flant=C4=B1=20rengi=20ve=20pre/?= =?UTF-8?q?code=20rengi=20de=C4=9Fi=C5=9Ftirildi.=20hr=20marg=20bottom=20e?= =?UTF-8?q?klendi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/base/_typography.scss | 4 ++-- styles/pages/rehber.scss | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/styles/base/_typography.scss b/styles/base/_typography.scss index c565219..3686198 100644 --- a/styles/base/_typography.scss +++ b/styles/base/_typography.scss @@ -44,12 +44,12 @@ a { } code { - background-color: #333333; + background-color: black; font-size: 1.8rem; } pre { - background-color: #333333; + background-color: black; padding: 1rem; border-radius: 1rem; margin-bottom: 1.5rem; diff --git a/styles/pages/rehber.scss b/styles/pages/rehber.scss index 7f069ca..b7927f4 100644 --- a/styles/pages/rehber.scss +++ b/styles/pages/rehber.scss @@ -19,6 +19,14 @@ margin-bottom: 1.5rem !important; } + hr { + margin-bottom: 1.5rem; + } + + a { + color: coral; + } + h1, h2, h3,