From 834ebf37351737369f8738460fd80a44155addab Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 16 Oct 2023 15:54:48 +0200
Subject: [PATCH] style_Rmd.css: add contour for answers

---
 www/style_Rmd.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/www/style_Rmd.css b/www/style_Rmd.css
index 48541eb..c56ba8e 100644
--- a/www/style_Rmd.css
+++ b/www/style_Rmd.css
@@ -27,6 +27,19 @@ body {
   font-size: 22px;
 }
 
+details {
+  border: 4px;
+  border-style: solid;
+  border-color: #999999;
+  background-color: #E6E6E6;
+  padding-right: 1em;
+  padding-left: 1em;
+  text-align: left;
+  border-radius: 5px 4px 3px 2px;
+  font-weight: 300;
+  font-size: 22px;
+}
+
 @font-face {
   font-family: "Yanone Kaffeesatz";
   src: url("../www/YanoneKaffeesatz-Bold.ttf");
-- 
GitLab