Skip to content

Commit

Permalink
Adjust styles for blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 2, 2022
1 parent c2da088 commit 2ec1e5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 0 additions & 15 deletions css/hereditor-interim.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@

/* Classes
========================================================================== */
/*.post .post-content blockquote {
margin: 0 0 30px;
margin-left: -26px;
border-left: 3px solid rgb(var(--tint-fern));
padding-left: 20px;
}*/
/*.post .post-content blockquote p {
letter-spacing: 0.01rem;
font-weight: 400;
font-style: italic;
border-left: 3px solid rgb(var(--tint-fern));
padding-left: 20px;
margin-left: -26px;
padding-bottom: 3px;
}*/
/*.post .post-content ul,
.post .post-content ol {
padding: 0 0 30px;
Expand Down
11 changes: 11 additions & 0 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,17 @@
color: rgb(var(--tint-nightrider));
text-decoration: underline;
}
.post .post-content blockquote {
margin: 12px 0 12px -24px;
border-left: 4px solid rgb(var(--tint-dimgray));
padding-left: 20px;
color: rgb(var(--tint-dimgray));
}
.post .post-content blockquote p {
letter-spacing: 0.01rem;
font-weight: 400;
font-style: italic;
}
.post .post-content figcaption {
font-family: var(--font-sns);
font-weight: 400;
Expand Down

0 comments on commit 2ec1e5a

Please sign in to comment.