docs: changed text highlight color (#4257)

This commit is contained in:
Shahed Nasser
2023-06-06 18:26:24 +03:00
committed by GitHub
parent 3f42a8e740
commit e69af09d23
2 changed files with 11 additions and 2 deletions

View File

@@ -273,4 +273,12 @@ h1, h2, h3, h4, h5, h6 {
.markdown {
@apply tw-mb-0;
}
::selection {
@apply tw-bg-medusa-bg-highlight dark:tw-bg-medusa-bg-highlight-dark;
}
.prism-code *::selection {
@apply tw-bg-medusa-code-text-highlight;
}