From f48fcd1a56f3c06691aabab759e68732e4359c6b Mon Sep 17 00:00:00 2001 From: Dhifaf Ikhsan Sabil Date: Wed, 16 Aug 2023 15:44:44 +0700 Subject: [PATCH] added Indonesia tags --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 39b5f05..285f2a1 100644 --- a/static/style.css +++ b/static/style.css @@ -223,6 +223,7 @@ button#clear-search:hover { #tag_german:before { content: "🇩🇪" ; } #tag_greek:before { content: "🇬🇷" ; } #tag_indian:before { content: "🇮🇳" ; } +#tag_indonesia:before { content: "🇮🇩" ; } #tag_irish:before { content: "🇮🇪" ; } #tag_israeli:before { content: "🇮🇱" ; } #tag_italian:before { content: "🇮🇹" ; }