carfdevcss 0.0.9 → 0.0.11
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/package.json +1 -1
- package/src/index.css +8 -1
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
|
|
726
726
|
b,
|
|
727
727
|
strong {
|
|
728
|
-
font-weight:
|
|
728
|
+
font-weight: var(--font-weight-medium);
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
code,
|
|
@@ -799,6 +799,13 @@
|
|
|
799
799
|
height: auto;
|
|
800
800
|
}
|
|
801
801
|
|
|
802
|
+
details > summary {
|
|
803
|
+
list-style: none;
|
|
804
|
+
}
|
|
805
|
+
details > summary::-webkit-details-marker {
|
|
806
|
+
display: none;
|
|
807
|
+
}
|
|
808
|
+
|
|
802
809
|
button,
|
|
803
810
|
input,
|
|
804
811
|
select,
|