Skip to content

Commit 284a5bb

Browse files
lyannelllalunio
andauthored
fix(a11y): color contrast ratio fix (#1136)
Co-authored-by: llalunio <[email protected]>
1 parent a374f6d commit 284a5bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
@use '../config/color/brand';
2+
13
#docsearch {
24
display: flex;
35
flex-direction: column;
46
justify-content: center;
57
height: 100%;
68
}
9+
10+
.DocSearch-Button-Placeholder {
11+
color: brand.$sl-color--midnight-blue;
12+
}

0 commit comments

Comments
 (0)