From f4eade13582d35e85ee82ed043d93652c48369ad Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 15:38:27 -0400 Subject: [PATCH] maybe do the styling for anchor elements in chat --- conversejs/custom/shared/styles/_peertubetheme.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 4d2b1811..a8b40139 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -140,6 +140,17 @@ 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 a[href] { text-decoration: none !important;