From fbff89258c3180858df022e139b3069cbb93021b Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 3 Apr 2022 17:48:21 +0200 Subject: [PATCH] chore(docs): update styles --- docs/src/.vuepress/assets/index.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 {