summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_blog.scss
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-03-04 06:41:55 +0200
committerAhmed Abdelhalim <[email protected]>2024-03-04 06:41:55 +0200
commit77dfad4d0fef698e476d081f2d9a01dd57e7718a (patch)
tree8044314f2ae9eab39ac58712a48e9602d922bd2e /assets/scss/web/_blog.scss
parentda305e1d359b90299987e6c4f1e99226a091c4f4 (diff)
Update links and blockquotes style
Diffstat (limited to 'assets/scss/web/_blog.scss')
-rw-r--r--assets/scss/web/_blog.scss13
1 files changed, 7 insertions, 6 deletions
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;
+ }
}