maybe do the styling for anchor elements in chat
This commit is contained in:
parent
f40eb064b0
commit
f4eade1358
@ -140,6 +140,17 @@
|
|||||||
max-height: 4.25em !important; // and no max-width
|
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
|
// underline links in chat messages
|
||||||
a[href] {
|
a[href] {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user