10
10
flex-direction : row!important ;
11
11
}
12
12
13
+ .source-toolbox .copy-toast {
14
+ position : absolute!important ;
15
+ right : 0 ;
16
+ top : 1em ;
17
+ }
18
+
13
19
@font-face {
14
20
font-family : 'Material Icons' ;
15
21
font-style : normal;
@@ -1539,4 +1545,112 @@ code::before {
1539
1545
.dark-mode .nav-toggle .is-active {
1540
1546
background : url(../ img/back-white.svg) no-repeat 50% 47.5% ;
1541
1547
background-size : 49% ;
1548
+ }
1549
+
1550
+ li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] {
1551
+ padding : 0 ;
1552
+ }
1553
+
1554
+ li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] a {
1555
+ margin : 8px 32px ;
1556
+ }
1557
+
1558
+ li .nav-item .is-current-page .is-active li .nav-item [data-depth = "2" ] {
1559
+ padding : 0 ;
1560
+ }
1561
+
1562
+ li .nav-item .is-current-page .is-active li .nav-item [data-depth = "2" ] a {
1563
+ margin : 8px 32px ;
1564
+ }
1565
+
1566
+ li .nav-item .is-current-page .is-active : has (li ): has (li ) {
1567
+ background : transparent;
1568
+ }
1569
+
1570
+ li .nav-item .is-current-page .is-active : has (li ): has (li ): before {
1571
+ background : transparent;
1572
+ border : none;
1573
+ }
1574
+
1575
+ li .nav-item .is-current-page .is-active : has (li .toggler ): hover {
1576
+ color : # 6a7086 ;
1577
+ }
1578
+
1579
+ li .nav-item .toggler [data-depth = "2" ]: hover a {
1580
+ color : # 6a7086 ;
1581
+ }
1582
+
1583
+ li .nav-item [data-depth = "3" ] {
1584
+ padding : 2px 18px ;
1585
+ }
1586
+
1587
+ li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] li .nav-item [data-depth = "3" ] a {
1588
+ padding : 8px 15px 8px 32px ;
1589
+ }
1590
+
1591
+ li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] a .nav-link {
1592
+ padding : 20px 32px ;
1593
+ }
1594
+
1595
+ li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ]: has (li [data-depth = "3" ]) a {
1596
+ padding : 8px 32px ;
1597
+ }
1598
+
1599
+ .nav-item .is-current-page .is-active > a ,
1600
+ .nav-item .is-current-page .is-active > button {
1601
+ color : # 6a7086 ;
1602
+ }
1603
+
1604
+ .dark-mode .nav-item .is-current-page .is-active > a ,
1605
+ .dark-mode .nav-item .is-current-page .is-active > button {
1606
+ color : # a6b1c2 ;
1607
+ }
1608
+
1609
+ li .nav-item .is-active .is-current-path [data-depth = "1" ] a : hover {
1610
+ color : # 6a7086 ;
1611
+ }
1612
+
1613
+ .dark-mode li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] li .nav-item [data-depth = "3" ]: hover a {
1614
+ color : black!important ;
1615
+ }
1616
+
1617
+ .dark-mode li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ] li .nav-item [data-depth = "3" ] a {
1618
+ color : white;
1619
+ }
1620
+
1621
+ .dark-mode .nav-item [data-depth = "3" ]: hover a {
1622
+ color : black;
1623
+ }
1624
+
1625
+ .dark-mode .nav-item [data-depth = "2" ].toggler .is-active : hover a {
1626
+ color : white;
1627
+ }
1628
+
1629
+ .dark-mode li .nav-item .toggler [data-depth = "2" ]: hover a {
1630
+ color : black;
1631
+ }
1632
+
1633
+ .dark-mode li .nav-item .toggler [data-depth = "2" ]: has (li [data-depth = "3" ]) {
1634
+ background-color : transparent;
1635
+ }
1636
+
1637
+ .dark-mode li .nav-item .toggler [data-depth = "2" ]: has (li [data-depth = "3" ])::before {
1638
+ background-color : transparent;
1639
+ border : 0 ;
1640
+ }
1641
+
1642
+ .dark-mode li .nav-item .toggler [data-depth = "1" ]: has (li [data-depth = "2" ]): has (li [data-depth = "3" ]) a {
1643
+ color : white;
1644
+ }
1645
+
1646
+ .dark-mode li .nav-item .toggler [data-depth = "1" ]: has (li [data-depth = "2" ]): has (li [data-depth = "3" ]): hover a {
1647
+ color : black;
1648
+ }
1649
+
1650
+ .dark-mode li .nav-item .toggler .is-active [data-depth = "1" ]: has (li [data-depth = "2" ]): has (li [data-depth = "3" ]): hover a {
1651
+ color : white;
1652
+ }
1653
+
1654
+ .dark-mode li .nav-item .is-current-path .is-active li .nav-item [data-depth = "2" ]: hover span a {
1655
+ color : black;
1542
1656
}
0 commit comments