[style] Make note sections more integrated.

This commit is contained in:
Sergio Martínez Portela 2022-08-23 21:29:43 +02:00
parent 246d585213
commit 2cbb4f60ad

View File

@ -12,10 +12,9 @@ html, body {
}
.node .node {
margin: 2em 0ex 2em 0.5ex;
margin: 0.5em 0ex 0.5em 0.25ex;
padding: 1ex 0 1ex 1ex;
box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.3);
border-left: 2px solid #2c3e50;
border-left: 1px dashed #2c3e50;
}
.node.collapsed > .contents {