Skip to content

Commit 27c931b

Browse files
committed
Adjust block PullQuote
1 parent 9971e44 commit 27c931b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

src/scss/abstract/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $darkcolor: #000;
2828
/**
2929
* Grey colors
3030
*/
31-
$maingrey: #ddd;
31+
$maingrey: #888;
3232
$dark-gray: #333;
3333
$medium-gray: #999;
3434
$light-gray: #ddd;

src/scss/base/_text.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ big {
174174
code {
175175
display: inline-block;
176176
padding: 2px 5px;
177-
background-color: $maingrey;
177+
background-color: $light-gray;
178178
border: 1px solid $darkcolor;
179179
font-family: monospace;
180180
font-size: $base-fz;

src/scss/wp/_gutenberg.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@
6767
margin-bottom: $base-spacing*1.5;
6868
}
6969
}
70+
71+
&-pullquote {
72+
border-top: 4px solid currentColor;
73+
border-bottom: 4px solid currentColor;
74+
75+
cite,
76+
&__citation {
77+
text-transform: uppercase;
78+
font-size: 13px;
79+
font-style: normal;
80+
color: $maingrey;
81+
}
82+
83+
blockquote {
84+
margin-bottom: 0;
85+
}
86+
}
7087
}
7188

7289
//Paragraph

0 commit comments

Comments
 (0)