summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_blog.scss
diff options
context:
space:
mode:
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;
+ }
}