From 1ae9bd0652af8079e01af9c25fb35213d791c106 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Fri, 30 May 2025 12:28:47 +0930 Subject: [PATCH] Add about-here-link styles to injected.scss --- src/css/injected.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index 299c23e7..f85a7ebf 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -3397,6 +3397,20 @@ body { margin-bottom: 12px; } +.about-here-link { + background: rgba(0, 102, 255, 0.07) !important; + border-radius: 0.3em !important; + padding: 2px 10px !important; + color:rgb(56, 166, 255) !important; + font-weight: 500 !important; + transition: background 0.2s, color 0.2s !important; + cursor: pointer !important; + } + .about-here-link:hover { + background: rgba(0, 102, 255, 0.13) !important; + color:rgb(80, 168, 255) !important; + } + @keyframes shimmer { 0% { background-position: -1000px 0;