From 77dfad4d0fef698e476d081f2d9a01dd57e7718a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 4 Mar 2024 06:41:55 +0200 Subject: Update links and blockquotes style --- assets/scss/web/_blog.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'assets/scss/web/_blog.scss') diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index d61ef20..695a363 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -14,12 +14,6 @@ &:link { text-decoration: none; } - &:hover { - text-decoration: underline; - text-decoration-color: $secondaryColor; - text-decoration-thickness: 2px; - text-underline-offset: 2px; - } } .post__content { @@ -27,4 +21,11 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } + blockquote { + margin-left: 0; + margin-right: 30px; + padding-left: 26px; + border-left-width: 4px; + border-left-style: solid; + } } -- cgit v1.2.3