new-codigoparallevar/static/style.css
Sergio Martínez Portela 5878f158c3 Basic list rendering.
2021-10-03 17:53:22 +02:00

24 lines
333 B
CSS

.node .node {
margin: 1ex;
padding-left: 1ex;
border-left: 3px solid #444;
}
h1.title .state {
font-style: italic;
font-size: 50%;
vertical-align: middle;
}
h1.title a {
color: black;
text-decoration: underline dotted 2px;
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}