@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.
- package/default/main.css +2 -0
- 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 {
|