From 7ec85a75d9dfb0dc558ec9ea2574136c3d6b357e Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Thu, 1 May 2025 17:54:29 +0700 Subject: [PATCH] css update --- antivertical.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/antivertical.css b/antivertical.css index d5c9511..5046a62 100644 --- a/antivertical.css +++ b/antivertical.css @@ -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); -} +} \ No newline at end of file