9 lines
187 B
CSS
9 lines
187 B
CSS
.DocCardList--no-description .card p {
|
|
display: none;
|
|
}
|
|
|
|
/* For dark theme */
|
|
[data-theme="dark"] .DocSearch {
|
|
--docsearch-hit-active-color: #090a11; /* Keep the color unchanged */
|
|
}
|