From ff059626a3a9794c61586b234788687b0fb73104 Mon Sep 17 00:00:00 2001 From: Siklos Date: Wed, 3 Aug 2022 22:52:39 +0200 Subject: [PATCH] Change text style --- src/App.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/App.scss b/src/App.scss index ac9c791..c41aeab 100644 --- a/src/App.scss +++ b/src/App.scss @@ -4,4 +4,16 @@ body, svg { height: 100%; width: 100%; +} + +text { + font-size: 18px; + font-weight: 800; + fill: none; + fill-opacity: 0; + stroke: #000000; + stroke-width: 1px; + stroke-linecap: butt; + stroke-linejoin: miter; + stroke-opacity: 1; } \ No newline at end of file