27
27
--ifm-font-family-base :
28
28
" Optimistic Display" , system-ui , -apple-system , sans-serif ;
29
29
--ifm-color-primary : #06bcee ;
30
+ --ifm-color-primary-75 : #087ea4cc ;
30
31
--ifm-code-background : rgba (0 , 0 , 0 , 0.06 );
31
32
--ifm-font-size-base : 17px ;
32
33
--ifm-spacing-horizontal : 16px ;
@@ -109,7 +110,7 @@ html[data-theme="light"] {
109
110
}
110
111
111
112
html [data-theme = " dark" ] {
112
- --subtle : #a7a7a7 ;
113
+ --subtle : #7c7c7c ;
113
114
114
115
--navbar-background : #20232aee ;
115
116
279
280
code {
280
281
border-color : transparent ;
281
282
vertical-align : initial ;
282
- font-size : var (--ifm-code-font-size ) !important ;
283
283
}
284
284
285
285
blockquote {
@@ -307,10 +307,8 @@ hr {
307
307
308
308
code {
309
309
background-color : transparent ;
310
- font-size : 90% ;
311
- padding : 0 6px ;
312
- top : -1px ;
313
310
position : relative ;
311
+ padding-inline : 0 ;
314
312
}
315
313
316
314
.hermes-logo {
@@ -506,17 +504,15 @@ html[data-theme="dark"] {
506
504
}
507
505
}
508
506
509
- div [class ^= " docRoot" ] .hash-link ,
510
- article [itemprop = " blogPost" ] .hash-link ,
511
- .mdx-page .hash-link ,
512
- html [data-theme = " dark" ] div [class ^= " docRoot" ] .hash-link ,
513
- html [data-theme = " dark" ] article [itemprop = " blogPost" ] .hash-link ,
514
- html [data-theme = " dark" ].mdx-page .hash-link {
507
+ .hash-link ,
508
+ html [data-theme = " dark" ] .hash-link {
515
509
@extend %hash-link-style ;
516
510
}
517
511
518
512
article .badge {
519
513
font-weight : 500 ;
514
+ border-radius : 16px ;
515
+ margin-bottom : 4px ;
520
516
}
521
517
522
518
html [data-theme = " dark" ] article .badge {
@@ -535,6 +531,11 @@ html[data-theme="dark"] article .badge {
535
531
div [class ^= " admonitionContent" ] {
536
532
a {
537
533
border-bottom : 0 ;
534
+ color : var (--ifm-font-color-base );
535
+
536
+ & :hover {
537
+ text-decoration : underline ;
538
+ }
538
539
}
539
540
}
540
541
@@ -568,6 +569,16 @@ html[data-theme="dark"] .alert--secondary {
568
569
font-size : 90% ;
569
570
}
570
571
}
572
+
573
+ a :not ([class *= " Button" ]) {
574
+ @extend %link-style ;
575
+ }
576
+ }
577
+
578
+ html [data-theme = " dark" ] .homepage {
579
+ a :not ([class *= " Button" ]) {
580
+ @extend %link-style-dark ;
581
+ }
571
582
}
572
583
573
584
/* Version warning */
@@ -647,12 +658,14 @@ div[class^="blogPostData"] {
647
658
color : var (--subtle );
648
659
}
649
660
650
- .main-wrapper.blog-wrapper .container.margin-vert--lg .col.text--right a {
651
- padding : 8px 16px !important ;
661
+ .blog-wrapper .main-wrapper .container.margin-vert--lg .col.text--right a {
662
+ padding : 8px 20px ;
663
+ border-radius : 32px ;
652
664
}
653
665
654
666
a [class *= " tagRegular" ] {
655
- padding : 6px 12px !important ;
667
+ padding : 6px 12px ;
668
+ border-radius : 32px ;
656
669
657
670
& :hover {
658
671
background : var (--ifm-menu-color-background-active );
@@ -1341,9 +1354,13 @@ button[class*="tocCollapsibleButton"] {
1341
1354
font-size : 15px ;
1342
1355
}
1343
1356
1357
+ .pagination-nav__link {
1358
+ border : 0 ;
1359
+ transition : background-color 0.15s ;
1360
+ }
1361
+
1344
1362
.pagination-nav__link :hover {
1345
- background : var (--ifm-menu-color-background-hover );
1346
- border-color : var (--ifm-color-emphasis-300 );
1363
+ background-color : var (--ifm-menu-color-background-hover );
1347
1364
}
1348
1365
}
1349
1366
@@ -1607,34 +1624,10 @@ td .color-box {
1607
1624
font-weight : 500 ;
1608
1625
color : #fff ;
1609
1626
padding : 2px 12px ;
1610
- border-radius : 0 2px 2px 0 ;
1611
-
1612
- /* Label sharp end */
1613
- & :before {
1614
- content : " " ;
1615
- position : absolute ;
1616
- top : 0 ;
1617
- left : -12px ;
1618
- border-color : transparent ;
1619
- border-style : solid ;
1620
- border-width : 12px 12px 12px 0 ;
1621
- }
1622
-
1623
- /* Label skeuomorphic hole */
1624
- & :after {
1625
- content : " " ;
1626
- position : absolute ;
1627
- top : 10px ;
1628
- left : 0 ;
1629
- width : 4px ;
1630
- height : 4px ;
1631
- border-radius : 2px ;
1632
- background : #fff ;
1633
- }
1627
+ border-radius : 32px ;
1634
1628
1635
1629
/* Basic label */
1636
1630
& .basic {
1637
- border-radius : 3px ;
1638
1631
border-style : solid ;
1639
1632
border-width : 2px ;
1640
1633
@@ -1671,9 +1664,10 @@ td .color-box {
1671
1664
1672
1665
& .required {
1673
1666
margin-left : 0 ;
1674
- margin-right : 16 px ;
1667
+ margin-right : 8 px ;
1675
1668
color : #fa5035 ;
1676
1669
border-color : #fa5035 ;
1670
+ border-radius : 32px ;
1677
1671
}
1678
1672
}
1679
1673
@@ -1701,20 +1695,20 @@ html[data-theme="dark"] .label {
1701
1695
1702
1696
h2 .label {
1703
1697
top : -6px ;
1704
- margin-left : 12 px ;
1698
+ margin-left : 6 px ;
1705
1699
padding : 3px 12px ;
1706
1700
}
1707
1701
1708
1702
h3 .label {
1709
1703
top : -3px ;
1710
- margin-left : 22 px ;
1704
+ margin-left : 8 px ;
1711
1705
line-height : 20px ;
1712
1706
}
1713
1707
1714
1708
td .label {
1715
1709
padding : 0 8px 0 10px ;
1716
1710
font-size : 0.7rem ;
1717
- margin-left : 14 px ;
1711
+ margin-left : 6 px ;
1718
1712
1719
1713
& :before {
1720
1714
left : -8px ;
@@ -1726,7 +1720,7 @@ td .label {
1726
1720
}
1727
1721
1728
1722
& .required {
1729
- margin-left : 8 px ;
1723
+ margin-left : 6 px ;
1730
1724
letter-spacing : 0.02rem ;
1731
1725
padding : 0 6px ;
1732
1726
border-width : 1px ;
@@ -1842,6 +1836,7 @@ article .component-grid {
1842
1836
padding : 10px ;
1843
1837
font-size : 15px ;
1844
1838
margin : 2px ;
1839
+ color : var (--ifm-font-color-base );
1845
1840
1846
1841
code {
1847
1842
font-size : 15px ;
@@ -1906,7 +1901,7 @@ html[data-theme="dark"] .component {
1906
1901
color : #057594 ;
1907
1902
line-height : 32px ;
1908
1903
font-weight : 500 ;
1909
- border-radius : 0 var ( --ifm-global-radius ) var ( --ifm-global-radius ) 0 ;
1904
+ border-radius : 0 32 px 32 px 0 ;
1910
1905
1911
1906
svg {
1912
1907
height : 1.5em ;
@@ -2096,12 +2091,12 @@ html[data-theme="light"].blog-wrapper {
2096
2091
border-bottom : 0 ;
2097
2092
2098
2093
.tabs__item {
2099
- margin-right : 10 px ;
2100
- border-radius : var ( --ifm-global-radius ) ;
2094
+ margin-right : 8 px ;
2095
+ border-radius : 32 px ;
2101
2096
border : 2px solid var (--ifm-table-border-color );
2102
2097
2103
2098
& :hover {
2104
- border-radius : var ( --ifm-global-radius ) ;
2099
+ border-radius : 32 px ;
2105
2100
}
2106
2101
2107
2102
& .tabs__item--active {
0 commit comments