new-codigoparallevar/static/style.css

14 lines
169 B
CSS
Raw Normal View History

2021-09-03 22:26:10 +00:00
.node .node {
margin-left: 1ex;
padding-left: 1ex;
border-left: 1px solid #444;
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}