From 0c1150ac4d715694f3434416db33759c5c027172 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 87ee22f..e32d717 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -386,10 +386,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; }