mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(styles): update chat link styles for better visibility on hover
This commit is contained in:
parent
4692339bea
commit
34a84f8521
@ -1,5 +1,11 @@
|
||||
a.chatLink {
|
||||
color: inherit !important;
|
||||
text-decoration: underline;
|
||||
transition: color 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
color: #004499 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
p.sc-message--text-content {
|
||||
margin: 0 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user