[Client] Disable text decoration of the room code text
This commit is contained in:
parent
a8c4d791c9
commit
2c92fba477
@ -69,6 +69,7 @@ html {
|
||||
/* Room code */
|
||||
.room_code {
|
||||
color: var(--button-background-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.room_code_text {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user