@powerhousedao/builder-tools 0.9.1 → 0.9.3
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/dist/style.css +5 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -686,8 +686,7 @@
|
|
|
686
686
|
@layer theme, base, components, utilities;
|
|
687
687
|
@layer theme {
|
|
688
688
|
:root, :host {
|
|
689
|
-
--font-sans:
|
|
690
|
-
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
689
|
+
--font-sans: "Inter", sans-serif;
|
|
691
690
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
692
691
|
"Courier New", monospace;
|
|
693
692
|
--color-red-800: hsl(5 81% 61%);
|
|
@@ -1374,8 +1373,10 @@ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-o
|
|
|
1374
1373
|
input[type="number"] {
|
|
1375
1374
|
-moz-appearance: textfield;
|
|
1376
1375
|
}
|
|
1377
|
-
|
|
1378
|
-
|
|
1376
|
+
@layer base {
|
|
1377
|
+
h1, h2, h3, h4, h5, h6, p {
|
|
1378
|
+
color: var(--color-gray-900);
|
|
1379
|
+
}
|
|
1379
1380
|
}
|
|
1380
1381
|
@layer theme, base, components, utilities;
|
|
1381
1382
|
@layer theme;
|