new-codigoparallevar/static/style.css
Sergio Martínez Portela 89e5b19592 WIP: Style.
2022-01-08 01:13:00 +01:00

36 lines
549 B
CSS

body {
/* color: #fff; */
/* background-color: #222; */
}
.node .node {
margin: 1ex;
padding-left: 1ex;
border-left: 3px solid #888;
}
h1.title .state {
font-size: 50%;
vertical-align: middle;
/* background-color: rgba(255,255,255,0.3); */
background-color: rgba(0,0,0,0.1);
padding: 4px;
border-radius: 5px;
}
h1.title a {
color: inherit;
text-decoration: underline dotted 2px;
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}
.text {
font-family: monospace;
}