File tree Expand file tree Collapse file tree 1 file changed +9
-32
lines changed Expand file tree Collapse file tree 1 file changed +9
-32
lines changed Original file line number Diff line number Diff line change @@ -1500,11 +1500,18 @@ a:hover {
1500
1500
h3 : target ,
1501
1501
h4 : target ,
1502
1502
h5 : target ,
1503
- h6 : target {
1503
+ h6 : target ,
1504
+ h2 : has (a ): hover ,
1505
+ h3 : has (a ): hover ,
1506
+ h4 : has (a ): hover ,
1507
+ h5 : has (a ): hover ,
1508
+ h6 : has (a ): hover {
1504
1509
color : oklch (var (--color-brand ));
1505
1510
1506
1511
.headerlink ::before {
1507
- display : block !important ;
1512
+ display : flex;
1513
+ align-items : flex-start;
1514
+ height : 100%
1508
1515
}
1509
1516
}
1510
1517
@@ -1519,36 +1526,6 @@ a:hover {
1519
1526
position : relative;
1520
1527
}
1521
1528
1522
- h2 : has (a ): hover {
1523
- .headerlink ::before {
1524
- display : block;
1525
- }
1526
- }
1527
-
1528
- h3 : has (a ): hover {
1529
- .headerlink ::before {
1530
- display : block;
1531
- }
1532
- }
1533
-
1534
- h4 : has (a ): hover {
1535
- .headerlink ::before {
1536
- display : block;
1537
- }
1538
- }
1539
-
1540
- h5 : has (a ): hover {
1541
- .headerlink ::before {
1542
- display : block;
1543
- }
1544
- }
1545
-
1546
- h6 : has (a ): hover {
1547
- .headerlink ::before {
1548
- display : block;
1549
- }
1550
- }
1551
-
1552
1529
.content__reading-time {
1553
1530
font-size : var (--font-step--1 );
1554
1531
color : oklch (var (--color-footer-text ));
You can’t perform that action at this time.
0 commit comments