@toheeb/base 1.4.1 → 1.4.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/base.css +6 -6
- package/package.json +1 -1
package/base.css
CHANGED
|
@@ -251,19 +251,19 @@ summary, legend, th
|
|
|
251
251
|
/* 5e */
|
|
252
252
|
|
|
253
253
|
header,
|
|
254
|
-
figcaption:first-child
|
|
254
|
+
:where(figcaption:first-child)
|
|
255
255
|
{
|
|
256
256
|
padding: 0 0 var(--bbg);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
header + *,
|
|
260
|
-
figcaption:first-child + *
|
|
260
|
+
:where(figcaption:first-child + *)
|
|
261
261
|
{
|
|
262
262
|
margin-block-start: var(--bbg-200);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
footer,
|
|
266
|
-
figcaption:last-child
|
|
266
|
+
:where(figcaption:last-child)
|
|
267
267
|
{
|
|
268
268
|
padding: var(--bbg) 0 0;
|
|
269
269
|
margin-block-start: var(--bbg-200);
|
|
@@ -398,7 +398,7 @@ main, td, caption {
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
|
|
401
|
-
:where(a[href] + a[href]) {
|
|
401
|
+
:where(a[href]:not(:has(p, pre, details, fieldset, table, dl)) + a[href]:not(:has(p, pre, details, fieldset, table, dl))) {
|
|
402
402
|
margin-inline-start: 1em;
|
|
403
403
|
}
|
|
404
404
|
|
|
@@ -482,7 +482,7 @@ header {
|
|
|
482
482
|
background-position: 50% 100%;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
|
-
figcaption:first-child {
|
|
485
|
+
:where(figcaption:first-child) {
|
|
486
486
|
background-image: repeating-linear-gradient(
|
|
487
487
|
45deg,
|
|
488
488
|
currentColor 0,
|
|
@@ -510,7 +510,7 @@ hr {
|
|
|
510
510
|
background-repeat: no-repeat;
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
-
figcaption:last-child {
|
|
513
|
+
:where(figcaption:last-child) {
|
|
514
514
|
background-image: repeating-linear-gradient(
|
|
515
515
|
135deg,
|
|
516
516
|
currentColor 0,
|