Skip to content

Commit a082afa

Browse files
authored
Fix bump styles (#335)
* Fix bump styles * Fix linter
1 parent c9c6614 commit a082afa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/search-bump.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
}
8989

9090
:root {
91+
--body-background: var(--color-white);
9192
--search-hits-boxshadow: 0 0 0 1px rgba(16, 24, 40, 0.05), 0 1px 3px 0 rgba(16, 24, 40, 0.15);
9293
--search-detached-mode-background: #fcfcfd;
9394
--search-icon-color: #667085;
@@ -100,6 +101,7 @@
100101
}
101102

102103
html[data-theme=dark] {
104+
--body-background: #101828;
103105
--search-hits-boxshadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 3px 0 rgba(255, 255, 255, 0.15);
104106
--search-detached-mode-background: #101828;
105107
--search-icon-color: #d0d5dd;

0 commit comments

Comments
 (0)