12 lines
184 B
CSS
12 lines
184 B
CSS
|
.str_view ul, .str_view li {
|
||
|
list-style: none;
|
||
|
padding: 0;
|
||
|
margin: 0.5em 0;
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.str_view .match {
|
||
|
border: 1px solid #ccc;
|
||
|
background-color: #eee;
|
||
|
}
|