From bf6c089b1dee102e34747c157b59a3256316218a Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 5 Jul 2023 17:46:02 -0300 Subject: Added emoji to "Faina" --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 07cc97c..bd30c0a 100644 --- a/static/style.css +++ b/static/style.css @@ -185,3 +185,4 @@ button.clear-search:hover { #tag_mexicano:before { content: "🇲🇽" ; } #tag_nachos:before { content: "🔺" ; } #tag_vegetariano:before { content: "🥦" ; } +#tag_faina:before { content: "🫓" ; } -- cgit v1.2.3