@theguild/components 8.1.1 → 8.1.2-alpha-20241217194923-0731f14a873ef4a3bef12f89884ef541c28b20b1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.1.1",
3
+ "version": "8.1.2-alpha-20241217194923-0731f14a873ef4a3bef12f89884ef541c28b20b1",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"
package/style.css CHANGED
@@ -67,6 +67,10 @@
67
67
  &::before {
68
68
  background-color: rgb(229, 231, 235);
69
69
  }
70
+
71
+ & mark {
72
+ background-color: oklch(0.611752 0.07807 214.47 / 0.8);
73
+ }
70
74
  }
71
75
 
72
76
  /* #endregion search results */