Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 35c62bc

Browse files
darkwingjasonLaster
authored andcommitted
Fix #5668 - Restore missing CSS var (#5675)
1 parent e7bfde5 commit 35c62bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/variables.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88

99
:root.theme-light,
1010
:root .theme-light {
11+
--search-overlays-semitransparent: rgba(221, 225, 228, 0.66);
1112
--popup-shadow-color: #d0d0d0;
1213
}
1314

1415
:root.theme-dark,
1516
:root .theme-dark {
17+
--search-overlays-semitransparent: rgba(42, 46, 56, 0.66);
1618
--popup-shadow-color: #5c667b;
1719
}

0 commit comments

Comments
 (0)