Add flag next to Romanian tag

This small patch adds a Romanian flag next to the appropriate tag.
This commit is contained in:
Slendi 2023-03-05 11:05:45 +00:00 committed by GitHub
parent 2d8642ec41
commit 09d6615342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "🥪" ;}