@@ -147,9 +147,6 @@ a.menu__link.menu__link--active div span:first-child {
147147 font-weight : 600 ;
148148}
149149
150-
151-
152-
153150/* Technical theme */
154151.custom-sidebar-technical > .menu__list-item-collapsible > .menu__link {
155152 background : linear-gradient (135deg , # ff6b6b, # ee5a24 );
@@ -407,7 +404,9 @@ body {
407404 padding : 6px ;
408405 border-radius : 6px ;
409406 color : var (--ifm-navbar-link-color );
410- transition : color 0.2s ease, background-color 0.2s ease;
407+ transition :
408+ color 0.2s ease,
409+ background-color 0.2s ease;
411410}
412411
413412.navbar-social-icon : hover {
@@ -1450,10 +1449,34 @@ html {
14501449}
14511450
14521451.algolia-sitesearch-navbar .sitesearch-button .keyboard-shortcut {
1452+ display : inline-flex !important ;
1453+ align-items : center !important ;
1454+ gap : 3px !important ;
1455+ height : 20px ;
14531456 margin-left : 10px ;
1457+ padding : 0 6px !important ;
1458+ border : 1px solid var (--ifm-color-emphasis-300 ) !important ;
1459+ border-radius : 5px !important ;
1460+ background : var (--ifm-color-emphasis-100 ) !important ;
1461+ color : var (--ifm-color-emphasis-700 ) !important ;
1462+ font-size : 12px !important ;
1463+ line-height : 1 !important ;
14541464 flex-shrink : 0 ;
14551465}
14561466
1467+ .algolia-sitesearch-navbar .sitesearch-button .keyboard-shortcut > * {
1468+ min-width : 0 !important ;
1469+ height : auto !important ;
1470+ padding : 0 !important ;
1471+ border : 0 !important ;
1472+ border-radius : 0 !important ;
1473+ background : transparent !important ;
1474+ box-shadow : none !important ;
1475+ color : inherit !important ;
1476+ font : inherit !important ;
1477+ line-height : inherit !important ;
1478+ }
1479+
14571480[data-theme = "dark" ] .explore-btn : hover {
14581481 color : white;
14591482}
0 commit comments