forked from coracle/flotilla
Increase contrast on mention badges in editor
This commit is contained in:
+4
-2
@@ -62,6 +62,8 @@
|
|||||||
--primary-content: oklch(var(--pc));
|
--primary-content: oklch(var(--pc));
|
||||||
--secondary: oklch(var(--s));
|
--secondary: oklch(var(--s));
|
||||||
--secondary-content: oklch(var(--sc));
|
--secondary-content: oklch(var(--sc));
|
||||||
|
--neutral: oklch(var(--n));
|
||||||
|
--neutral-content: oklch(var(--nc));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* safe area insets */
|
/* safe area insets */
|
||||||
@@ -278,8 +280,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tiptap {
|
.tiptap {
|
||||||
--tiptap-object-bg: var(--base-100);
|
--tiptap-object-bg: var(--neutral);
|
||||||
--tiptap-object-fg: var(--base-content);
|
--tiptap-object-fg: var(--neutral-content);
|
||||||
--tiptap-active-bg: var(--primary);
|
--tiptap-active-bg: var(--primary);
|
||||||
--tiptap-active-fg: var(--primary-content);
|
--tiptap-active-fg: var(--primary-content);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user