From ac19f732dc943a0ae66fbf5909ba56e166845843 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Wed, 11 Jan 2023 12:33:34 +0100 Subject: [PATCH] highlight profile links --- src/pages/ProfilePage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index 547eb136..05c08db2 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -55,6 +55,10 @@ font-size: 10px; } +.profile a { + color: var(--highlight); +} + .profile .lnurl::before { content: '⚡️ '; font-size: 10px;