make emojis a little bigger, href styling

This commit is contained in:
matty 2024-06-22 11:40:23 -04:00
parent 74ab01a5c4
commit 739cc5e9c8
1 changed files with 3 additions and 3 deletions

View File

@ -136,16 +136,16 @@
img.emoji { img.emoji {
width: unset !important; width: unset !important;
height: unset !important; height: unset !important;
max-height: 3em !important; // and no max-width max-height: 4.25em !important; // and no max-width
} }
// underline links in chat messages // underline links in chat messages
a[href] { a[href] {
text-decoration: none; text-decoration: none !important;
color: #f57200 !important; color: #f57200 !important;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline !important;
color: #D16100 !important; color: #D16100 !important;
} }
} }