From 008c14c14a6b529d23673b3dff27f6e43791dd2d Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 21:59:01 +0100 Subject: [PATCH] style(bookmarks): make compact buttons monochrome and subtle (no green background) --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 150ed29c..a1d93534 100644 --- a/src/index.css +++ b/src/index.css @@ -797,8 +797,8 @@ body { } .compact-read-btn { - background: #28a745; - color: white; + background: transparent; + color: #888; border: none; padding: 0; border-radius: 4px; @@ -811,11 +811,11 @@ body { height: 22px; flex-shrink: 0; margin-left: auto; - transition: background-color 0.2s ease; + transition: color 0.2s ease; } .compact-read-btn:hover { - background: #218838; + color: #ccc; } .compact-read-btn:active {