[Client] Disable text decoration of the room code text

This commit is contained in:
AudricV 2023-01-09 15:28:29 +01:00
parent a8c4d791c9
commit 2c92fba477
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -69,6 +69,7 @@ html {
/* Room code */
.room_code {
color: var(--button-background-color);
text-decoration: none;
}
.room_code_text {