From 752fafe376cc3cb2e7bafba4fda6ba6a95c31f3e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 23 Nov 2021 19:07:20 +0100 Subject: [PATCH] Peertube theme: underline links in chat messages. --- conversejs/custom/sass/_peertubetheme.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conversejs/custom/sass/_peertubetheme.scss b/conversejs/custom/sass/_peertubetheme.scss index dea8b86f..830d2530 100644 --- a/conversejs/custom/sass/_peertubetheme.scss +++ b/conversejs/custom/sass/_peertubetheme.scss @@ -36,6 +36,17 @@ background-color: var(--peertube-main-background); } + .chat-msg__text { + // underline links in chat messages + a[href] { + text-decoration: underline; + + &:hover { + text-decoration: underline; + } + } + } + // hidding avatars when screen width is not big enough. @media screen and (max-width: 576px) { .message {