supermemory/apps/docs/style.css
2026-01-17 20:51:39 -08:00

5 lines
120 B
CSS

.dark img[src*="openai.svg"],
.dark img[src*="pipecat.svg"],
.dark img[src*="supermemory.svg"] {
filter: invert(1);
}