From 8fe180a86fbc93726287dd5849057affcc3b4ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Vassbotn=20R=C3=B8yne-Helgesen?= Date: Fri, 23 Aug 2024 13:54:54 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20Update=20values=20fo?= =?UTF-8?q?r=20`--ph-speccer-line-width`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- src/styles/variables.styl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 183025e..7ca3b40 100644 --- a/README.md +++ b/README.md @@ -555,8 +555,8 @@ Allthough the styling works nicely with dark mode, you can use the provided CSS --ph-speccer-pin-size: 24px; --ph-speccer-pin-space: 48px; --ph-speccer-line-height: 12px; - --ph-speccer-line-width: 1px; - --ph-speccer-line-width-negative: -1px; + --ph-speccer-line-width: 1.5px; + --ph-speccer-line-width-negative: -1.5px; --ph-speccer-opacity-20: 0.2; --ph-speccer-opacity-40: 0.4; --ph-speccer-font-family: 'Menlo for Powerline', 'Menlo Regular for Powerline', diff --git a/src/styles/variables.styl b/src/styles/variables.styl index a60b86b..f75b161 100644 --- a/src/styles/variables.styl +++ b/src/styles/variables.styl @@ -39,8 +39,8 @@ --ph-speccer-pin-size: 24px; --ph-speccer-pin-space: 48px; --ph-speccer-line-height: 12px; - --ph-speccer-line-width: 1px; - --ph-speccer-line-width-negative: -1px; + --ph-speccer-line-width: 1.5px; + --ph-speccer-line-width-negative: -1.5px; --ph-speccer-opacity-20: 0.2; --ph-speccer-opacity-40: 0.4; --ph-speccer-font-family: "Menlo for Powerline", "Menlo Regular for Powerline", "DejaVu Sans Mono", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;