Skip to content

Commit

Permalink
fix: Dark mode diff style change (#79)
Browse files Browse the repository at this point in the history
* Dark mode diff change

* Push
  • Loading branch information
PuruVJ committed Apr 3, 2023
1 parent 5ab33d7 commit cb01ce4
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 359 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-adults-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

Make dark mode diff code style easier on eyes
4 changes: 2 additions & 2 deletions packages/site-kit/src/lib/styles/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
--sk-code-tags: var(--code-function);
--sk-code-important: var(--code-string);
--sk-code-diff-base: hsla(0, 0%, 100%, 0.4);
--sk-code-diff-inserted: hsl(120, 100%, 35%);
--sk-code-diff-removed: hsl(2, 80%, 47%);
--sk-code-diff-inserted: hsl(120, 46%, 48%);
--sk-code-diff-removed: hsl(2, 64%, 52%);
}
}

Expand Down
Loading

0 comments on commit cb01ce4

Please sign in to comment.