diff options
| author | Dhravya <[email protected]> | 2024-04-10 12:06:47 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 12:06:47 -0700 |
| commit | e5992e8a44248bdfc7ce2e3a670b547912478615 (patch) | |
| tree | b53cc334cbae3f023f621655dec7865ee79dbb35 /apps/extension/src/ext.css | |
| parent | fix styling in extension, remove ai sidebar in extension (diff) | |
| download | supermemory-e5992e8a44248bdfc7ce2e3a670b547912478615.tar.xz supermemory-e5992e8a44248bdfc7ce2e3a670b547912478615.zip | |
added ext.css, prevent css mismatch
Diffstat (limited to 'apps/extension/src/ext.css')
| -rw-r--r-- | apps/extension/src/ext.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/extension/src/ext.css b/apps/extension/src/ext.css index f5f73fa6..69b86397 100644 --- a/apps/extension/src/ext.css +++ b/apps/extension/src/ext.css @@ -53,7 +53,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 +68,6 @@ font-weight: 600; /* font-semibold */ font-size: 1.25rem; /* text-xl */ color: black; - } .anycontext-icon { |