chore(docs): update styles

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 88bb146f1f
commit fbff89258c
+9 -3
View File
@@ -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 {