diff options
Diffstat (limited to 'apps/extension/src/ext.css')
| -rw-r--r-- | apps/extension/src/ext.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/extension/src/ext.css b/apps/extension/src/ext.css index f5f73fa6..0583faad 100644 --- a/apps/extension/src/ext.css +++ b/apps/extension/src/ext.css @@ -2,7 +2,6 @@ @tailwind components; @tailwind utilities; -/* ext.css - Assuming this is your CSS file */ .anycontext-overlay { position: fixed; top: 0; @@ -53,7 +52,7 @@ .anycontext-open-button { color: white; - background-color: #7257ff; + background-color: #7257ff50; /* bg-indigo-600 */ background-opacity: 75%; cursor: pointer; padding: 8px; /* px-4 py-2 */ @@ -68,7 +67,6 @@ font-weight: 600; /* font-semibold */ font-size: 1.25rem; /* text-xl */ color: black; - } .anycontext-icon { |