WIP: Style.

This commit is contained in:
Sergio Martínez Portela 2022-01-08 01:13:00 +01:00
parent 904963e7ea
commit 89e5b19592

View File

@ -1,16 +1,24 @@
body {
/* color: #fff; */
/* background-color: #222; */
}
.node .node { .node .node {
margin: 1ex; margin: 1ex;
padding-left: 1ex; padding-left: 1ex;
border-left: 3px solid #444; border-left: 3px solid #888;
} }
h1.title .state { h1.title .state {
font-style: italic;
font-size: 50%; font-size: 50%;
vertical-align: middle; 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 { h1.title a {
color: black; color: inherit;
text-decoration: underline dotted 2px; text-decoration: underline dotted 2px;
} }
@ -21,3 +29,7 @@ li .tag {
li .tag::after { li .tag::after {
content: ": "; content: ": ";
} }
.text {
font-family: monospace;
}