From 965677300603f0af0db5a9621ea183486f5deb18 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 16 Nov 2022 13:14:58 -0500 Subject: [PATCH] tunisian flag --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 117177f..39b5f05 100644 --- a/static/style.css +++ b/static/style.css @@ -267,6 +267,7 @@ button#clear-search:hover { #tag_swiss:before { content: "πŸ‡¨πŸ‡­" ; } #tag_thai:before { content: "πŸ‡ΉπŸ‡­" ;} #tag_tomato:before { content: "πŸ…" ;} +#tag_tunisian:before { content: "πŸ‡ΉπŸ‡³" ; } #tag_turkey:before { content: "πŸ¦ƒ" ; } #tag_turkish:before { content: "πŸ‡ΉπŸ‡·" ; } #tag_ukrainian:before { content: "πŸ‡ΊπŸ‡¦" ; }