From 09d66153424931332572e1a3e30f3cdd8f5f4e74 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 5 Mar 2023 11:05:45 +0000 Subject: [PATCH] Add flag next to Romanian tag This small patch adds a Romanian flag next to the appropriate tag. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 39b5f05..2482643 100644 --- a/static/style.css +++ b/static/style.css @@ -249,6 +249,7 @@ button#clear-search:hover { #tag_quick:before { content: "🏃" ; } #tag_raw:before { content: "🍖" ;} #tag_rice:before { content: "🍚" ; } +#tag_romanian:before { content: "🇷🇴" ;} #tag_russian:before { content: "🇷🇺" ;} #tag_salad:before { content: "🥗" ;} #tag_sandwich:before { content: "🥪" ;}