diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index ebee8392..55bd9643 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -141,10 +141,12 @@ // underline links in chat messages a[href] { - text-decoration: underline; + text-decoration: none; + color: #f57200 !important; &:hover { text-decoration: underline; + color: #D16100 !important; } } } diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index 8e996078..af770404 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -171,7 +171,7 @@ body.converse-embedded { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. /* max-height: 1.25rem; */ - margin-bottom: 0.1rem; + margin-bottom: 6px; } }