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,