aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/src/ext.css
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-11 04:52:44 +0000
committerYash <[email protected]>2024-04-11 04:52:44 +0000
commit6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch)
tree179aa936536510cc707368fc7c330c4c7fbdc3f8 /apps/extension/src/ext.css
parentnovel editor (diff)
parentsave user ID with url to ensure that same website can be saved by users (diff)
downloadsupermemory-new-ui.tar.xz
supermemory-new-ui.zip
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to 'apps/extension/src/ext.css')
-rw-r--r--apps/extension/src/ext.css4
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 {