mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
- Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
5 lines
119 B
CSS
5 lines
119 B
CSS
.dark img[src*="openai.svg"],
|
|
.dark img[src*="pipecat.svg"],
|
|
.dark img[src*="supermemory.svg"] {
|
|
filter: invert(1);
|
|
}
|