mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
style: selected color && background-color
This commit is contained in:
@@ -109,6 +109,14 @@
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
|
||||
::selection {
|
||||
@apply text-primary-foreground bg-primary;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
@apply text-primary-foreground bg-primary;
|
||||
}
|
||||
}
|
||||
|
||||
/* List styles */
|
||||
|
||||
@@ -404,8 +404,7 @@ const RichTextEditor = ({ content, onChange }: RichTextEditorProps) => {
|
||||
"dark:prose-blockquote:text-neutral-300",
|
||||
"dark:prose-blockquote:border-neutral-700",
|
||||
"dark:prose-ul:text-neutral-300",
|
||||
"dark:prose-ol:text-neutral-300",
|
||||
"dark:[&_*::selection]:bg-neutral-700/50"
|
||||
"dark:prose-ol:text-neutral-300"
|
||||
)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user