From 5a854f5c0d42bf116283987bdd351860dc2f152d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20St=C3=BCck?= Date: Sun, 27 Oct 2024 11:18:41 +0100 Subject: [PATCH] danish flag --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 39b5f05..bf22d9c 100644 --- a/static/style.css +++ b/static/style.css @@ -206,6 +206,7 @@ button#clear-search:hover { #tag_cookies:before { content: "🍪" ;} #tag_corn:before { content: "🌽" ;} #tag_curry:before { content: "🍛" ; } +#tag_danish:before { content: "🇩🇰" ;} #tag_dessert:before { content: "🍮" ; } #tag_dominican:before { content: "🇩🇴" ;} #tag_drink:before { content: "🍹" ;}