@query-kit/themes 0.2.0 → 0.4.0

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/default/main.css +2 -0
  2. package/package.json +1 -1
package/default/main.css CHANGED
@@ -54,6 +54,7 @@
54
54
  border: 0;
55
55
  background: transparent;
56
56
  transition: background-color 0.15s ease-in-out;
57
+ font-family: inherit;
57
58
  }
58
59
 
59
60
  .qkit-btn-primary {
@@ -366,6 +367,7 @@ ul.qkit-group-list > li:has(.qkit-group) {
366
367
 
367
368
  .qkit-collection-table th {
368
369
  padding: 0.5rem 1rem;
370
+ font-weight: initial;
369
371
  }
370
372
 
371
373
  .qkit-collection-table thead {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@query-kit/themes",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "exports": {
6
6
  "./package.json": "./package.json",