diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b4aad54..98da08b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu transform: scale(200%) translate(100vw, 100vh) rotate(600deg); } } -.app-body:has(.search__input[value="Tangerine UI"])::after { - content: "🍊"; +.app-body:has(.search__input[value="Tangerine UI"])::after, +.app-body:has(.search__input[value="tangerine ui"])::after { + content: "\1F34A"; position: fixed; display: block; text-align: center; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 7acad61..5e19ba2 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu transform: scale(200%) translate(100vw, 100vh) rotate(600deg); } } -.app-body:has(.search__input[value="Tangerine UI"])::after { - content: "🍊"; +.app-body:has(.search__input[value="Tangerine UI"])::after, +.app-body:has(.search__input[value="tangerine ui"])::after { + content: "\1F34A"; position: fixed; display: block; text-align: center; diff --git a/TangerineUI.css b/TangerineUI.css index b94564e..cbabf55 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu transform: scale(200%) translate(100vw, 100vh) rotate(600deg); } } -.app-body:has(.search__input[value="Tangerine UI"])::after { - content: "🍊"; +.app-body:has(.search__input[value="Tangerine UI"])::after, +.app-body:has(.search__input[value="tangerine ui"])::after { + content: "\1F34A"; position: fixed; display: block; text-align: center;