Skip to content

Commit

Permalink
Fix pseudo-element selector
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Jul 31, 2020
1 parent d59bad8 commit f2b602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TokamakStaticHTML/Resources/TokamakStyles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public let tokamakStyles = """
._tokamak-text-redacted {
position: relative;
}
._tokamak-text-redacted:after {
._tokamak-text-redacted::after {
content: " ";
background-color: rgb(200, 200, 200);
position: absolute;
Expand Down

0 comments on commit f2b602b

Please sign in to comment.