Skip to content

Commit 91232cf

Browse files
authored
Add background-color for Nextra search result mark (#1899)
1 parent 28ba773 commit 91232cf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/cool-queens-sparkle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Add background-color for Nextra search result mark

packages/components/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
&::before {
6868
background-color: rgb(229, 231, 235);
6969
}
70+
71+
& mark {
72+
background-color: oklch(0.611752 0.07807 214.47 / 0.8);
73+
}
7074
}
7175

7276
/* #endregion search results */

0 commit comments

Comments
 (0)