Skip to content

Commit 006eb61

Browse files
committed
adding blockquote bar
1 parent a3d7d4d commit 006eb61

File tree

1 file changed

+11
-0
lines changed
  • assets/stylesheets/new-stylesheets/pages

1 file changed

+11
-0
lines changed

assets/stylesheets/new-stylesheets/pages/_post.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@
7676
border-radius: 10px;
7777
margin-bottom: 1em;
7878
}
79+
80+
blockquote {
81+
border-left: 4px solid var(--site-link-with-right-arrow-color);
82+
margin: 1.5em 0;
83+
padding: 0.5em 0 0.5em 1.5em;
84+
color: var(--color-syntax-plain-text);
85+
86+
p:last-child {
87+
margin-bottom: 0;
88+
}
89+
}
7990
}
8091

8192
.card-grid {

0 commit comments

Comments
 (0)