Remove underline on smiles list

This commit is contained in:
Karina Kwiatek 2023-01-15 11:31:02 +01:00 committed by Andreas Nedbal
parent e16f4b49e0
commit 596c1c5240
1 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@
margin-left: 5px;
}
}
a {
text-decoration: none;
}
}