Skip to content

Commit

Permalink
Use ::after instead of :after (#2698)
Browse files Browse the repository at this point in the history
Use correct pseudo-element syntax rather than the older variant
  • Loading branch information
ator-dev authored Dec 24, 2023
1 parent e03d825 commit 76fb288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live-examples/html-examples/text-content/css/hr.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hr {
height: 5px;
}

hr:after {
hr::after {
background: #fff;
content: '§';
padding: 0 4px;
Expand Down

0 comments on commit 76fb288

Please sign in to comment.