Skip to content

Commit 0692e38

Browse files
committed
tweaks
1 parent 6025cd8 commit 0692e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/search/SearchResultList.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
position: sticky;
7171
top: 0;
7272
display: block;
73-
background: var(--sk-back-1);
73+
background: var(--sk-back-2);
7474
color: var(--sk-text-4);
7575
text-transform: uppercase;
7676
padding: 1rem 1rem 0.5rem 1rem;
@@ -102,7 +102,7 @@
102102
}
103103
104104
a {
105-
--background: var(--sk-back-1);
105+
--background: var(--sk-back-2);
106106
display: block;
107107
text-decoration: none;
108108
line-height: 1;

0 commit comments

Comments
 (0)