Copy CSS files to installation folder
This commit is contained in:
parent
026e5262c5
commit
53b9933d86
3 changed files with 9 additions and 3 deletions
|
|
@ -6610,7 +6610,9 @@ a:is(.active,
|
|||
[href$="TV" i],
|
||||
[href*="nowwatching" i],
|
||||
[href*="WatchingNow" i],
|
||||
[href*="movie" i]
|
||||
[href*="movie" i],
|
||||
[href*="/cinema" i],
|
||||
[href*="/oscars" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-popcorn);
|
||||
|
|
|
|||
|
|
@ -6610,7 +6610,9 @@ a:is(.active,
|
|||
[href$="TV" i],
|
||||
[href*="nowwatching" i],
|
||||
[href*="WatchingNow" i],
|
||||
[href*="movie" i]
|
||||
[href*="movie" i],
|
||||
[href*="/cinema" i],
|
||||
[href*="/oscars" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-popcorn);
|
||||
|
|
|
|||
|
|
@ -6610,7 +6610,9 @@ a:is(.active,
|
|||
[href$="TV" i],
|
||||
[href*="nowwatching" i],
|
||||
[href*="WatchingNow" i],
|
||||
[href*="movie" i]
|
||||
[href*="movie" i],
|
||||
[href*="/cinema" i],
|
||||
[href*="/oscars" i]
|
||||
)
|
||||
)::before {
|
||||
background-image: var(--icon-popcorn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue