Skip to content

Commit

Permalink
refactor: 💡 Update values for --ph-speccer-line-width
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 23, 2024
1 parent 721221d commit 8fe180a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/styles/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8fe180a

Please sign in to comment.