From 12e19140938e775c3c5911fede5feea673d7344c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 20 Jan 2022 20:13:54 +0100
Subject: [PATCH] xmas: for the warning, use a div with class 'warning'

---
 xmas.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmas.json b/xmas.json
index ed0f023..6c1d67b 100644
--- a/xmas.json
+++ b/xmas.json
@@ -25,7 +25,7 @@
         "description": "{{ tagTransList(\"xmas:feature\", attribute(tags, \"xmas:feature\")) }}",
         "body": [
             "{% if not isCurrent %}",
-            "<div style='border: 1px solid red; padding: 2px; margin-bottom: 2px;'>{{ repoTrans('xmas:outdated-warning') }}</div>",
+            "<div class='warning'>{{ repoTrans('xmas:outdated-warning') }}</div>",
             "{% endif %}",
             "",
             "{% if attribute(tags, 'xmas:location') %}",