@umami/react-zen 0.30.0 → 0.31.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/package.json +1 -1
- package/styles.css +1 -20
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
min-width: 240px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
* {
|
|
197
|
+
:where(*) {
|
|
198
198
|
outline-color: var(--primary-color);
|
|
199
199
|
}
|
|
200
200
|
}
|
|
@@ -244,25 +244,6 @@ li {
|
|
|
244
244
|
margin-block: 0.5em;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
html,
|
|
248
|
-
body {
|
|
249
|
-
font-family: var(--font-family);
|
|
250
|
-
font-size: var(--font-size);
|
|
251
|
-
color: var(--font-color);
|
|
252
|
-
background: var(--background-color);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
a,
|
|
256
|
-
a:active,
|
|
257
|
-
a:visited {
|
|
258
|
-
color: var(--font-color);
|
|
259
|
-
text-decoration: none;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
a:hover {
|
|
263
|
-
text-decoration: underline;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
247
|
/* virtual-css:css:502c31f96b9ceaf4f26d0614b189042c */
|
|
267
248
|
.Icon_icon__NWY2Z {
|
|
268
249
|
display: inline-block;
|