Update highlighting style.
This commit is contained in:
parent
cd30f9b9c9
commit
842a5e712b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user