diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ee63859..80e0fbf 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -6616,7 +6616,8 @@ a:is(.active, [href*="selfie" i], [href*="/ShotWith" i], [href*="WindowFriday" i], - [href*="FensterFreitag" i] + [href*="FensterFreitag" i], + [href$="/instagram" i] ) )::before { background-image: var(--icon-camera); @@ -6655,7 +6656,9 @@ a:is(.active, [href*="climat" i], [href*="environment" i], [href*="/garden" i], - [href*="mosstodon" i] + [href*="mosstodon" i], + [href*="/vegan" i], + [href*="/plants" i] ) )::before { background-image: var(--icon-tree); @@ -6736,7 +6739,7 @@ a:is(.active, .app-body .trends__item:has( .trends__item__name a:is( - [href*="book" i], + [href*="/book" i], [href*="literature" i], [href*="reading" i], [href$="/history" i], diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 7d655aa..72eedf7 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -6616,7 +6616,8 @@ a:is(.active, [href*="selfie" i], [href*="/ShotWith" i], [href*="WindowFriday" i], - [href*="FensterFreitag" i] + [href*="FensterFreitag" i], + [href$="/instagram" i] ) )::before { background-image: var(--icon-camera); @@ -6655,7 +6656,9 @@ a:is(.active, [href*="climat" i], [href*="environment" i], [href*="/garden" i], - [href*="mosstodon" i] + [href*="mosstodon" i], + [href*="/vegan" i], + [href*="/plants" i] ) )::before { background-image: var(--icon-tree); @@ -6736,7 +6739,7 @@ a:is(.active, .app-body .trends__item:has( .trends__item__name a:is( - [href*="book" i], + [href*="/book" i], [href*="literature" i], [href*="reading" i], [href$="/history" i], diff --git a/TangerineUI.css b/TangerineUI.css index 96f95db..da570c2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -6616,7 +6616,8 @@ a:is(.active, [href*="selfie" i], [href*="/ShotWith" i], [href*="WindowFriday" i], - [href*="FensterFreitag" i] + [href*="FensterFreitag" i], + [href$="/instagram" i] ) )::before { background-image: var(--icon-camera); @@ -6655,7 +6656,9 @@ a:is(.active, [href*="climat" i], [href*="environment" i], [href*="/garden" i], - [href*="mosstodon" i] + [href*="mosstodon" i], + [href*="/vegan" i], + [href*="/plants" i] ) )::before { background-image: var(--icon-tree); @@ -6736,7 +6739,7 @@ a:is(.active, .app-body .trends__item:has( .trends__item__name a:is( - [href*="book" i], + [href*="/book" i], [href*="literature" i], [href*="reading" i], [href$="/history" i],