From cb75c3bf797dd9575c6d28f64bca461f7fc72ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sat, 2 Mar 2024 12:15:02 +0100 Subject: [PATCH] Updated list of hashtag keywords --- TangerineUI-cherry.css | 14 ++++++++++++-- TangerineUI-purple.css | 14 ++++++++++++-- TangerineUI.css | 6 ++++-- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index d18e1f7..28c0286 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -6548,6 +6548,14 @@ a:is(.active, background-image: var(--icon-music); } .app-body +.trends__item:has( + .trends__item__name a:is( + [href*="eurovision" i] + ) +)::before { + background-image: var(--icon-microphone); +} +.app-body .trends__item:has( .trends__item__name a:is( [href*="patisserie" i], @@ -6579,7 +6587,9 @@ a:is(.active, [href*="foto" i], [href*="pics" i], [href*="selfie" i], - [href*="WindowFriday" i] + [href*="/ShotWith" i], + [href*="WindowFriday" i], + [href*="FensterFreitag" i] ) )::before { background-image: var(--icon-camera); @@ -6625,7 +6635,7 @@ a:is(.active, .trends__item:has( .trends__item__name a:is( [href$="/cat" i], - [href*="cats" i], + [href*="/cats" i], [href*="catloaf" i], [href*="Caturday" i], [href*="catsofmastodon" i], diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index cb1a6ba..ead5c94 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -6548,6 +6548,14 @@ a:is(.active, background-image: var(--icon-music); } .app-body +.trends__item:has( + .trends__item__name a:is( + [href*="eurovision" i] + ) +)::before { + background-image: var(--icon-microphone); +} +.app-body .trends__item:has( .trends__item__name a:is( [href*="patisserie" i], @@ -6579,7 +6587,9 @@ a:is(.active, [href*="foto" i], [href*="pics" i], [href*="selfie" i], - [href*="WindowFriday" i] + [href*="/ShotWith" i], + [href*="WindowFriday" i], + [href*="FensterFreitag" i] ) )::before { background-image: var(--icon-camera); @@ -6625,7 +6635,7 @@ a:is(.active, .trends__item:has( .trends__item__name a:is( [href$="/cat" i], - [href*="cats" i], + [href*="/cats" i], [href*="catloaf" i], [href*="Caturday" i], [href*="catsofmastodon" i], diff --git a/TangerineUI.css b/TangerineUI.css index 4019d67..521fe8b 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -6587,7 +6587,9 @@ a:is(.active, [href*="foto" i], [href*="pics" i], [href*="selfie" i], - [href*="WindowFriday" i] + [href*="/ShotWith" i], + [href*="WindowFriday" i], + [href*="FensterFreitag" i] ) )::before { background-image: var(--icon-camera); @@ -6633,7 +6635,7 @@ a:is(.active, .trends__item:has( .trends__item__name a:is( [href$="/cat" i], - [href*="cats" i], + [href*="/cats" i], [href*="catloaf" i], [href*="Caturday" i], [href*="catsofmastodon" i],