Skip to content

Commit

Permalink
Enhance styling for headings with additional pseudo-element for impro…
Browse files Browse the repository at this point in the history
…ved visual consistency
  • Loading branch information
jonesrussell committed Jan 11, 2025
1 parent b87b784 commit b782df0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ h1, h2, h3, h4, h5, h6 {
background: var(--accent-color);
border-color: var(--accent-color);
color: var(--background-color);

&::before {
color: var(--background-color);
}
}
}
}
Expand Down

0 comments on commit b782df0

Please sign in to comment.