1
0
Fork 0

css update

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-05-01 17:54:29 +07:00
parent 0991314d50
commit 7ec85a75d9

View File

@ -78,11 +78,10 @@ svg#antivertical > circle.synapse {
fill: transparent;
}
svg#antivertical > circle.node,
svg#antivertical > mask > circle.node {
svg#antivertical circle.node {
r: var(--node-radius);
stroke-width: var(--node-stroke);
stroke: #000;
stroke: black;
fill: transparent;
}
@ -95,23 +94,20 @@ svg#antivertical > circle.core {
fill: black;
}
svg#antivertical > circle.node:nth-of-type(1),
svg#antivertical > circle.core:nth-of-type(4),
svg#antivertical > mask > circle.node:nth-of-type(1) {
svg#antivertical circle.node:nth-of-type(1),
svg#antivertical > circle.core:nth-of-type(4) {
cx: var(--x1);
cy: var(--y1);
}
svg#antivertical > circle.node:nth-of-type(2),
svg#antivertical > circle.core:nth-of-type(5),
svg#antivertical > mask > circle.node:nth-of-type(2) {
svg#antivertical circle.node:nth-of-type(2),
svg#antivertical > circle.core:nth-of-type(5) {
cx: var(--x2);
cy: var(--y2);
}
svg#antivertical > circle.node:nth-of-type(3),
svg#antivertical > circle.core:nth-of-type(6),
svg#antivertical > mask > circle.node:nth-of-type(3) {
svg#antivertical circle.node:nth-of-type(3),
svg#antivertical > circle.core:nth-of-type(6) {
cx: var(--x3);
cy: var(--y3);
}
}