diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b22e394..91bf03a 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 475519b..623a0ac 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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); diff --git a/TangerineUI.css b/TangerineUI.css index dfd7d71..986d7a3 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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);