chore: fix darkmode docs

chore: fix darkmode docs
This commit is contained in:
Hieu 2024-01-11 15:38:33 +07:00 committed by GitHub
commit 723eff332e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
.DocCardList--no-description .card p {
display: none;
}
}
/* For dark theme */
[data-theme="dark"] .DocSearch {
--docsearch-hit-active-color: #090a11; /* Keep the color unchanged */
}