make emojis a little bigger, href styling
This commit is contained in:
parent
74ab01a5c4
commit
739cc5e9c8
@ -136,16 +136,16 @@
|
||||
img.emoji {
|
||||
width: 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
|
||||
a[href] {
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
color: #f57200 !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline !important;
|
||||
color: #D16100 !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user