Update highlighting style.

This commit is contained in:
Sergio Martínez Portela 2025-02-23 23:05:04 +01:00
parent cd30f9b9c9
commit 842a5e712b

View File

@ -143,7 +143,7 @@ body nav input {
}
.results-box ul li span.match {
text-decoration: underline red;
background: yellow;
}
.results-box ul li .search-result-break::before {
@ -685,6 +685,10 @@ tr.__table-separator {
border-bottom: 1px solid #fff;
}
.results-box ul li span.match {
background: #886600;
}
/* Code blocks */
.highlight pre {
padding: 1ex;