maybe do the styling for anchor elements in chat

This commit is contained in:
matty 2024-06-22 15:38:27 -04:00
parent f40eb064b0
commit f4eade1358
1 changed files with 11 additions and 0 deletions

View File

@ -140,6 +140,17 @@
max-height: 4.25em !important; // and no max-width
}
// underline links in chat messages
a {
text-decoration: none !important;
color: #f57200 !important;
&:hover {
text-decoration: underline !important;
color: #D16100 !important;
}
}
// underline links in chat messages
a[href] {
text-decoration: none !important;