docs: improve tailwind configuration (#5215)

This commit is contained in:
Shahed Nasser
2023-09-26 15:08:30 +03:00
committed by GitHub
parent 240c439beb
commit 63aea62d7a
98 changed files with 643 additions and 894 deletions

View File

@@ -20,11 +20,11 @@
}
h1, h2, h3, h4 {
@apply text-medusa-fg-base dark:text-medusa-fg-base-dark;
@apply text-medusa-fg-base;
}
hr {
@apply h-[1px] w-full border-0 bg-medusa-border-base dark:bg-medusa-border-base-dark my-2;
@apply h-[1px] w-full border-0 bg-medusa-border-base my-2;
}
p, ul, ol {
@@ -40,7 +40,7 @@
}
*::selection {
@apply bg-medusa-bg-highlight dark:bg-medusa-bg-highlight-dark;
@apply bg-medusa-bg-highlight;
}
pre *::selection {