diff --git a/docs/src/.vuepress/assets/index.css b/docs/src/.vuepress/assets/index.css index 6c09d778..8d9e7200 100644 --- a/docs/src/.vuepress/assets/index.css +++ b/docs/src/.vuepress/assets/index.css @@ -7,10 +7,17 @@ --c-text-lighter: white !important; --c-text: white !important; --c-bg: black !important; - --c-bg-light: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; --c-bg-lighter: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; } +.dark .tip { + --c-bg-light: gray; +} + +.tip { + --c-bg-light: white; +} + html, body { @apply scrollbar scrollbar-thin scrollbar-thumb-rounded scrollbar-thumb-green-500 scrollbar-track-black; } @@ -50,9 +57,8 @@ h2 { } p { - @apply text-md lg:text-lg; line-height: inherit; - margin: inherit; + margin: revert; } ul li {