fix css search panel

This commit is contained in:
Artur Akmalov 2023-05-29 00:27:20 +05:00
parent 6aed3049cf
commit 4e1f0d3bd4

View File

@ -64,4 +64,8 @@
height: 24px;
display: flex;
background: url("/img/github.svg") 0 center / 25px 25px no-repeat;
}
html[data-theme="dark"] .DocSearch-Hit[aria-selected="true"] a {
background-color: #000;
}