From c6ca0ce281f2d037cec5402f935418c98b7259e0 Mon Sep 17 00:00:00 2001 From: Trag Date <101431599+tragdate@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:21:58 +0200 Subject: [PATCH] added romanian flag to tags --- 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: "🥪" ;}