From 5b71c87a719a5f4c19c31bafbf05a82fd259d3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20St=C3=BCck?= Date: Sat, 29 Aug 2026 00:22:40 +0200 Subject: [PATCH] danish flag (#980) --- 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: "🍹" ;}