mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Disable the padding of the p tag inside the blockquote tag (#711)
* Disable the padding of the p tag inside the blockquote tag * Make CSS rule more specific.
This commit is contained in:
parent
49a5263d62
commit
b3d59f8a0f
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ blockquote {
|
||||||
border-left: 5px solid rgba(191, 87, 73, 0.2);
|
border-left: 5px solid rgba(191, 87, 73, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrapper blockquote > p:first-child {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: $primaryColor;
|
color: $primaryColor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue