chore(docs): update styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user