From e152243f7f6c94c684eaed8ed519d0320dc2165d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 13 Jun 2022 12:43:37 -0300 Subject: Changed emojis in header --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 91ab56d..5a70180 100644 --- a/static/style.css +++ b/static/style.css @@ -168,7 +168,7 @@ button.clear-search:hover { #tag_pollo:before { content: "πŸ”" ; } #tag_fritas:before { content: "🍟" ; } #tag_empanadas:before { content: "πŸ₯Ÿ" ; } -#tag_sandwiches:before { content: "πŸ₯™" ; } +#tag_sandwiches:before { content: "πŸ₯ͺ" ; } #tag_parrilla:before { content: "πŸ”₯" ; } #tag_uruguayo:before { content: "πŸ‡ΊπŸ‡Ύ" ; } #tag_pizza:before { content: "πŸ•" ; } @@ -177,3 +177,6 @@ button.clear-search:hover { #tag_helado:before { content: "🍨" ; } #tag_vegano:before { content: "🌿" ; } #tag_celiaco:before { content: "🌾❌" ; } +#tag_pancho:before { content: "🌭" ; } +#tag_chivito:before { content: "🐐" ; } +#tag_pasta:before { content: "🍝" ; } -- cgit v1.2.3