Generating HTML link using DOM manipulation rather that string manipulation

This commit is contained in:
David Négrier 2021-06-04 10:07:12 +02:00
parent eec15b38bb
commit b7ac3b8fad
2 changed files with 11 additions and 2 deletions

View file

@ -381,7 +381,7 @@ body {
max-height: 25%;
}
}
#game {
@ -1115,6 +1115,10 @@ div.modal-report-user{
color: white;
}
.discussion .messages .message p a:visited{
color: white;
}
.discussion .send-message{
position: absolute;
bottom: 45px;