Files

9 lines
188 B
CSS
Raw Permalink Normal View History

2024-11-27 11:16:45 +07:00
.CodeMirror-search-match {
background: gold;
border-top: 1px solid orange;
border-bottom: 1px solid orange;
-moz-box-sizing: border-box;
box-sizing: border-box;
opacity: .5;
}