mirror of
https://github.com/status-im/codimd.git
synced 2025-01-19 00:30:58 +00:00
8 lines
149 B
CSS
Executable File
8 lines
149 B
CSS
Executable File
.CodeMirror-search-match {
|
|
background: gold;
|
|
border: 1px solid orange;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
opacity: .5;
|
|
}
|