[style] Test more card-like style for nodes.

This commit is contained in:
Sergio Martínez Portela 2025-03-25 00:38:00 +01:00
parent 5a2442f072
commit 0721891864

View File

@ -195,8 +195,11 @@ img {
}
.node .node {
padding: 1ex 0 1ex 1ex;
border-left: 1px dashed #2c3e50;
padding: 1ex 0.25ex 1ex 1ex;
border-left: 3px solid #5e235e;
margin-bottom: 1ex;
border-radius: 3px;
box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
}
.node.collapsed > .contents {