docs: fix text highlight color for dark mode (#4332)

This commit is contained in:
Shahed Nasser
2023-06-16 15:37:16 +03:00
committed by GitHub
parent 698df651f5
commit a19d397a77

View File

@@ -275,7 +275,7 @@ h1, h2, h3, h4, h5, h6 {
@apply tw-mb-0;
}
::selection {
*::selection {
@apply tw-bg-medusa-bg-highlight dark:tw-bg-medusa-bg-highlight-dark;
}