1
1
Fork 0
This commit is contained in:
Vrifox 2021-02-13 20:16:33 +01:00
parent 1071a9bcc0
commit f9680faa33
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -221,6 +221,19 @@ body {
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 {
margin: 3em auto 0 auto !important;
ol {