From 479d9f0ff089e280b552623282b8d1b12c0522a1 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 30 Apr 2022 22:36:38 +0200 Subject: [PATCH] Meilleures couleurs --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 10267bc..1d53909 100644 --- a/styles.css +++ b/styles.css @@ -331,7 +331,7 @@ form .mode { form .renseignements { display: table-cell; - border-bottom: 2px solid whitesmoke; + border-bottom: 2px solid lightgrey; border-radius: 3px; background-color: whitesmoke; padding: 5px;