targets #33
This commit is contained in:
parent
1071a9bcc0
commit
f9680faa33
1 changed files with 13 additions and 0 deletions
|
@ -221,6 +221,19 @@ body {
|
||||||
color: var(--global--color-primary);
|
color: var(--global--color-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.wp-block-quote {
|
||||||
|
border-left: 3px solid $nom-blue;
|
||||||
|
&::before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
cite {
|
||||||
|
color: var(--global--color-primary);
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
}
|
||||||
.yarpp-related {
|
.yarpp-related {
|
||||||
margin: 3em auto 0 auto !important;
|
margin: 3em auto 0 auto !important;
|
||||||
ol {
|
ol {
|
||||||
|
|
Reference in a new issue