Skip to content

Commit

Permalink
Add background-color for Nextra search result mark (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus authored Dec 18, 2024
1 parent 28ba773 commit 91232cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-queens-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/components": patch
---

Add background-color for Nextra search result mark
4 changes: 4 additions & 0 deletions packages/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
&::before {
background-color: rgb(229, 231, 235);
}

& mark {
background-color: oklch(0.611752 0.07807 214.47 / 0.8);
}
}

/* #endregion search results */
Expand Down

0 comments on commit 91232cf

Please sign in to comment.