Fix: trailing comma
This commit is contained in:
parent
1bf5bcc2b2
commit
35b7f16c67
3 changed files with 3 additions and 3 deletions
|
|
@ -6674,7 +6674,7 @@ a:is(.active,
|
|||
[href*="poem" i],
|
||||
[href*="writing" i],
|
||||
[href*="write" i],
|
||||
[href*="article" i],
|
||||
[href*="article" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-pencil);
|
||||
|
|
|
|||
|
|
@ -6674,7 +6674,7 @@ a:is(.active,
|
|||
[href*="poem" i],
|
||||
[href*="writing" i],
|
||||
[href*="write" i],
|
||||
[href*="article" i],
|
||||
[href*="article" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-pencil);
|
||||
|
|
|
|||
|
|
@ -6674,7 +6674,7 @@ a:is(.active,
|
|||
[href*="poem" i],
|
||||
[href*="writing" i],
|
||||
[href*="write" i],
|
||||
[href*="article" i],
|
||||
[href*="article" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-pencil);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue