summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/diff.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/diff.css')
-rw-r--r--packages/ui/src/components/diff.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/ui/src/components/diff.css b/packages/ui/src/components/diff.css
index 6f9a0d73d..c3484e201 100644
--- a/packages/ui/src/components/diff.css
+++ b/packages/ui/src/components/diff.css
@@ -2,7 +2,7 @@
[data-slot="diff-hunk-separator-line-number"] {
position: sticky;
left: 0;
- background-color: hsla(209, 96%, 90%, 1);
+ background-color: var(--surface-diff-hidden-strong);
z-index: 2;
display: flex;
align-items: center;
@@ -12,11 +12,12 @@
aspect-ratio: 1;
width: 24px;
height: 24px;
+ color: var(--icon-strong-base);
}
}
[data-slot="diff-hunk-separator-content"] {
position: sticky;
- background-color: hsla(210, 100%, 96%, 1);
+ background-color: var(--surface-diff-hidden-base);
width: var(--pjs-column-content-width);
left: var(--pjs-column-number-width);
padding-left: 8px;