Adds blacklist/whitelist, fix styling of blockquotes (#308)

* Add definition for blacklist/whitelist

* Code review updates

* Yaml fix

* Organized alt words and fix blockquote styling

* Refined the wording

* Update summary

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Update excerpt

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Apply suggestions from code review

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Minor wording improvements

* Fixed a contradiction about the origin of the terms

Co-authored-by: Maxime Preaux <maxime@boundless.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
This commit is contained in:
Maxime Preaux
2020-11-24 13:17:06 -08:00
committed by GitHub
parent 1a017e1a54
commit c1f9f67a1c
2 changed files with 70 additions and 1 deletions

View File

@ -57,12 +57,18 @@
}
& h2 ~ p,
& h2 ~ ul {
& h2 ~ ul,
& h2 ~ blockquote {
font-size: inherit;
// border-left: 0.1rem solid lightgrey;
// padding-left: 1rem;
grid-column: 2;
}
& h2 ~ blockquote {
border-left: 0.1rem solid lightgrey;
padding-left: 1rem;
}
}
&__speech {