r4ds/www/str_view-0.1.0/str_view.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;
}