Skip to content

Commit

Permalink
chore: fix darmode ui
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHieu01 committed Jan 11, 2024
1 parent 59c2abb commit 5179a50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
@@ -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 */
}

0 comments on commit 5179a50

Please sign in to comment.