From f796f71f2f1bb25404e90ab76aa97734895f5ffa Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 11:54:20 -0800 Subject: [PATCH] fix: style private key as red well, remove explicit copy text - Replace dashed border with light red well (bg-danger-well) and rounded corners - Remove redundant 'Click to copy.' paragraph - Add --color-danger-well theme token --- src/popup/index.html | 3 +-- src/popup/styles/main.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index ef224b7..3675883 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -444,10 +444,9 @@ diff --git a/src/popup/styles/main.css b/src/popup/styles/main.css index 8c909ba..851dcc8 100644 --- a/src/popup/styles/main.css +++ b/src/popup/styles/main.css @@ -11,6 +11,7 @@ --color-border-light: #cccccc; --color-hover: #eeeeee; --color-well: #f5f5f5; + --color-danger-well: #fef2f2; --color-section: #dddddd; }