diff options
| author | MaheshtheDev <[email protected]> | 2026-01-21 03:11:53 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2026-01-21 03:11:53 +0000 |
| commit | 1423bd70041c8dc0d863c13f1377865c6c875181 (patch) | |
| tree | 29155642e31153d6873640aa5e4d8af5c45e213e /apps/docs | |
| parent | feat: create space, delete spaces and emoji picker (#687) (diff) | |
| download | supermemory-1423bd70041c8dc0d863c13f1377865c6c875181.tar.xz supermemory-1423bd70041c8dc0d863c13f1377865c6c875181.zip | |
feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fix
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
Diffstat (limited to 'apps/docs')
| -rw-r--r-- | apps/docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/style.css b/apps/docs/style.css index b1a5db87..ff7208ae 100644 --- a/apps/docs/style.css +++ b/apps/docs/style.css @@ -1,5 +1,5 @@ .dark img[src*="openai.svg"], .dark img[src*="pipecat.svg"], .dark img[src*="supermemory.svg"] { - filter: invert(1); + filter: invert(1); } |