new-codigoparallevar/static/style.css
Sergio Martínez Portela e9f3725706 Render with style.
2021-09-04 00:26:20 +02:00

14 lines
169 B
CSS

.node .node {
margin-left: 1ex;
padding-left: 1ex;
border-left: 1px solid #444;
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}