Skip to content

Commit

Permalink
fix: delete duplicate css variable
Browse files Browse the repository at this point in the history
  • Loading branch information
macneko-ayu committed Sep 1, 2023
1 parent 7d73f4d commit f6d1cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
--vs-prism--color-operator: #f8f8f2;
--vs-prism--color-entity: #f8f8f2;
--vs-prism--color-url: #f8f8f2;
--vs-prism--color-string: #f8f8f2;
--vs-prism--color-variable: #f8f8f2;

--vs-prism--color-atrule: #e6db74;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
--vs-prism--color-operator: #9a6e3a;
--vs-prism--color-entity: #9a6e3a;
--vs-prism--color-url: #9a6e3a;
--vs-prism--color-string: #9a6e3a;

--vs-prism--color-atrule: #07a;
--vs-prism--color-attr-value: #07a;
Expand Down

0 comments on commit f6d1cdf

Please sign in to comment.