mitmproxy/web/src/css/contentview.less
2016-08-06 09:09:45 +02:00

17 lines
224 B
Text

.contentview {
.header {
font-weight: bold;
}
.highlight{
font-weight: bold;
}
.offset{
color: blue
}
.text{
}
.codeeditor{
margin-bottom: 12px;
}
}