@kolkrabbi/kol-theme 0.11.9 → 0.11.10

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.
@@ -177,8 +177,8 @@
177
177
  .kol-prose footer,
178
178
  .kol-doc-footer {
179
179
  font-family: var(--kol-font-family-mono);
180
- font-size: 12px;
181
- line-height: 16px;
180
+ font-size: 10px;
181
+ line-height: 14px;
182
182
  font-weight: 400;
183
183
  letter-spacing: 0.02em;
184
184
  color: var(--kol-fg-meta);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",