Public Access
5
0

Ajout d'une couleur blanche au texte lorsque selectionner (pour que sa reste visible lorsque le texte d'origine est noire)

This commit is contained in:
2025-11-30 16:54:13 -05:00
parent 17788b03d4
commit 0d6b2fe373

View File

@@ -117,6 +117,7 @@ footer {
::selection { ::selection {
/*Source: https://openclassrooms.com/forum/sujet/couleur-surlignage-34526*/ /*Source: https://openclassrooms.com/forum/sujet/couleur-surlignage-34526*/
background-color: #641a10; background-color: #641a10;
color: #ffefe5;
} }
/****************************/ /****************************/
@@ -284,7 +285,7 @@ footer {
} }
.aPropos .conteneurMaps­>iframe { .aPropos .conteneurMaps­>iframe {
border:0; border: 0;
} }
@@ -296,6 +297,7 @@ footer {
width: 120%; width: 120%;
} }
.aPropos textarea { .aPropos textarea {
resize: none; resize: none;
width: 100%; width: 100%;