@@ -204,14 +204,14 @@ <h2>Foreground colour</h2>
204204 < div class ="field-group ">
205205 < div class ="field-row multi ">
206206 < label class ="sr-only " for ="fg-hex "> Hex value</ label >
207- < input type ="text " id ="fg-hex " placeholder ="#003366 " value ="#101828 "
207+ < input type ="text " id ="fg-hex " placeholder ="#100f0f " value ="#100f0f "
208208 aria-label ="Foreground colour hex value ">
209209 < label class ="sr-only " for ="fg-rgb "> RGB value</ label >
210- < input type ="text " id ="fg-rgb " placeholder ="16, 24, 40 "
210+ < input type ="text " id ="fg-rgb " placeholder ="16, 15, 15 "
211211 aria-label ="Foreground colour RGB value ">
212- < input type ="color " id ="fg-picker " value ="#101828 " aria-label ="Foreground colour picker ">
212+ < input type ="color " id ="fg-picker " value ="#100f0f " aria-label ="Foreground colour picker ">
213213 </ div >
214- < p class ="note "> Enter a hex code (e.g. < code > #101828 </ code > ), RGB triple (< code > 16, 24, 40 </ code > ),
214+ < p class ="note "> Enter a hex code (e.g. < code > #100f0f </ code > ), RGB triple (< code > 16, 15, 15 </ code > ),
215215 or use the colour picker.</ p >
216216 </ div >
217217 </ section >
@@ -221,12 +221,12 @@ <h2>Background colour</h2>
221221 < div class ="field-group ">
222222 < div class ="field-row multi ">
223223 < label class ="sr-only " for ="bg-hex "> Hex value</ label >
224- < input type ="text " id ="bg-hex " placeholder ="#ffffff " value ="#ffffff "
224+ < input type ="text " id ="bg-hex " placeholder ="#fffcf0 " value ="#fffcf0 "
225225 aria-label ="Background colour hex value ">
226226 < label class ="sr-only " for ="bg-rgb "> RGB value</ label >
227- < input type ="text " id ="bg-rgb " placeholder ="255, 255, 255 "
227+ < input type ="text " id ="bg-rgb " placeholder ="255, 252, 240 "
228228 aria-label ="Background colour RGB value ">
229- < input type ="color " id ="bg-picker " value ="#ffffff " aria-label ="Background colour picker ">
229+ < input type ="color " id ="bg-picker " value ="#fffcf0 " aria-label ="Background colour picker ">
230230 </ div >
231231 < p class ="note "> Supports the same formats as the foreground colour controls.</ p >
232232 </ div >
0 commit comments