From 23cbf9bb99ec6dfe08b9e72514986da08bd28e67 Mon Sep 17 00:00:00 2001 From: GD <gd.dev@libertymail.net> Date: Fri, 28 Oct 2022 11:29:25 +0200 Subject: [PATCH] increase important question box border size --- www/style_Rmd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/style_Rmd.css b/www/style_Rmd.css index aa10670..48541eb 100644 --- a/www/style_Rmd.css +++ b/www/style_Rmd.css @@ -16,7 +16,7 @@ body { } .red_pencadre { - border: 4px; + border: 6px; border-style: solid; border-color: #d53600; background-color: #f9e9e7; -- GitLab