mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
➕ 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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user