From 0991314d50b492786fa030864f7dde56dd827d16 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Thu, 1 May 2025 17:54:13 +0700 Subject: [PATCH] css update --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9ffc296..f58266b 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,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; } @@ -128,23 +127,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); }