From d37470e856f652fc0ec341eadd3c8b5914ed0b2f Mon Sep 17 00:00:00 2001
From: Romain de Laage <romain.delaage@rdelaage.ovh>
Date: Wed, 28 Oct 2020 18:32:48 +0100
Subject: [PATCH] [CodiMD] Make warning for old pads bigger

---
 pica-codimd/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-codimd/entrypoint.sh b/pica-codimd/entrypoint.sh
index b1bb4589..92b6221b 100755
--- a/pica-codimd/entrypoint.sh
+++ b/pica-codimd/entrypoint.sh
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 sed "154a  | <a href=\"https://picasoft.net/co/cgu.html\">CGU</a> " -i /home/codimd/app/public/views/index/body.ejs
-sed "41a Cette instance ne garde le contenu que deux ans après la dernière modification !" -i /home/codimd/app/public/views/index/body.ejs
+sed "41a <span style=\"font-size:2em;font-weight:bold;\">Cette instance ne garde le contenu que deux ans après la dernière modification !</span>" -i /home/codimd/app/public/views/index/body.ejs
 /home/codimd/app/docker-entrypoint.sh &
 /home/codimd/app/supercronic /home/codimd/app/crontab
-- 
GitLab