From 0d6b2fe37333fd8238c7ca24c46be69957878367 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 16:54:13 -0500 Subject: [PATCH] Ajout d'une couleur blanche au texte lorsque selectionner (pour que sa reste visible lorsque le texte d'origine est noire) --- www/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index 7a82c8a..bf26bfc 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -117,6 +117,7 @@ footer { ::selection { /*Source: https://openclassrooms.com/forum/sujet/couleur-surlignage-34526*/ background-color: #641a10; + color: #ffefe5; } /****************************/ @@ -284,7 +285,7 @@ footer { } .aPropos .conteneurMaps­>iframe { - border:0; + border: 0; } @@ -296,6 +297,7 @@ footer { width: 120%; } + .aPropos textarea { resize: none; width: 100%;