Skip to content

Commit 0ab132d

Browse files
committed
moving styling to core to apply site wide
1 parent 006eb61 commit 0ab132d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

assets/stylesheets/new-stylesheets/_core.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ code {
5858
font-weight: 400;
5959
}
6060

61+
blockquote {
62+
border-left: 4px solid var(--site-link-with-right-arrow-color);
63+
margin: 1.5em 0;
64+
padding: 0.5em 0 0.5em 1.5em;
65+
color: var(--color-syntax-plain-text);
66+
67+
p:last-child {
68+
margin-bottom: 0;
69+
}
70+
}
71+
6172
.header-with-anchor {
6273
scroll-margin-top: 80px;
6374

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@
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-
}
9079
}
9180

9281
.card-grid {

0 commit comments

Comments
 (0)