Skip to content

Commit

Permalink
Fix invalid psedue selector in post content css
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyaigeek committed Jun 1, 2024
1 parent f020ec4 commit c0a995b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
padding: 108px;
}

.postContent h2 :before {
.postContent h2:before {
content: '';
background-color: var(--headings-color);
border-radius: 4px;
Expand Down Expand Up @@ -66,7 +66,7 @@
padding: 108px;
}

.postContent h4 :before {
.postContent h4:before {
content: '';
background-color: var(--headings-color);
border-radius: 4px;
Expand Down

0 comments on commit c0a995b

Please sign in to comment.