Lowercase warning container hex colors

This commit is contained in:
Alexis Faizeau 2022-01-25 15:24:36 +01:00
parent 0dc6f41562
commit b01b8b53eb

View file

@ -28,8 +28,8 @@
main.warningMain { main.warningMain {
pointer-events: auto; pointer-events: auto;
width: 80%; width: 80%;
background-color: #F9E81E; background-color: #f9e81e;
color: #14304C; color: #14304c;
text-align: center; text-align: center;
position: absolute; position: absolute;