@@ -1471,9 +1471,10 @@ body {
14711471 box-shadow : none;
14721472 border : 0 ;
14731473 background : transparent !important ;
1474+ position : relative;
14741475}
14751476
1476- @media (min-width : 996 px ) {
1477+ @media (min-width : 997 px ) {
14771478 .navbar {
14781479 @apply backdrop-blur-sm;
14791480 box-shadow : none;
@@ -1512,12 +1513,24 @@ body {
15121513 .navbar__items .navbar__brand {
15131514 margin-right : auto;
15141515 }
1516+ .navbar__toggle {
1517+ position : absolute !important ;
1518+ right : 16px ;
1519+ top : 20px ;
1520+ }
1521+ .navbar__items--right {
1522+ transform : translateX (20px );
1523+ }
1524+ body .navbar__items--right {
1525+ margin-right : 50px !important ;
1526+ }
15151527 body .navbar__items--right > div > .navbar__search-input {
15161528 width : 140px !important ;
1529+ padding-right : 0.5rem !important ;
15171530 @apply !px-2 ;
15181531 }
1519- body . navbar__items--right > div : last-child {
1520- margin-right : 50 px !important ;
1532+ body [ class *= "searchHintContainer" ] {
1533+ display : none !important ;
15211534 }
15221535 .row .footer__links {
15231536 display : grid;
@@ -1535,6 +1548,11 @@ body {
15351548 @apply text-sm;
15361549 }
15371550}
1551+ @media (max-width : 420px ) {
1552+ .navbar__title .text--truncate {
1553+ display : none !important ;
1554+ }
1555+ }
15381556/* Github icon */
15391557
15401558.github {
@@ -1808,73 +1826,85 @@ html body .navbar__search-input:focus {
18081826}
18091827
18101828html body .navbar__search {
1811- --search-local-modal-background : # 141415 ;
1829+ --search-local-modal-background : # ffffff ;
18121830 --search-local-modal-shadow :
1813- 0 8px 30px rgba (0 , 0 , 0 , 0.5 ), 0 0 0 1px rgba (255 , 255 , 255 , 0.06 );
1814- --search-local-hit-background : # 1e1e21 ;
1831+ 0 8px 30px rgba (0 , 0 , 0 , 0.1 ), 0 0 0 1px rgba (0 , 0 , 0 , 0.06 );
1832+ --search-local-hit-background : # f4f4f5 ;
18151833 --search-local-hit-shadow : none;
1816- --search-local-hit-color : # e4e4e7 ;
1817- --search-local-highlight-color : # 60a5fa ;
1834+ --search-local-hit-color : # 3f3f46 ;
1835+ --search-local-highlight-color : # 2563eb ;
18181836 --search-local-muted-color : # 71717a ;
1819- --search-local-hit-active-color : # fff ;
1837+ --search-local-hit-active-color : # 18181b ;
18201838 --search-local-modal-width : 480px ;
18211839 --search-local-spacing : 10px ;
18221840 --search-local-hit-height : 48px ;
18231841}
18241842
1825- html body . searchHintContainer {
1843+ html body [ class *= " searchHintContainer" ] {
18261844 right : 8px !important ;
1845+ top : 50% !important ;
1846+ transform : translateY (-50% ) !important ;
18271847 gap : 2px !important ;
18281848}
18291849
1830- html body . searchHint {
1831- font-size : 8 px !important ;
1850+ html body [ class *= " searchHint" ] {
1851+ font-size : 10 px !important ;
18321852 font-weight : 500 !important ;
18331853 font-family :
18341854 system-ui,
18351855 -apple-system,
18361856 sans-serif !important ;
18371857 line-height : 1 !important ;
1838- padding : 1 px 3 px !important ;
1839- min-width : 14 px !important ;
1840- height : 16 px !important ;
1858+ padding : 2 px 5 px !important ;
1859+ min-width : 18 px !important ;
1860+ height : 20 px !important ;
18411861 display : inline-flex !important ;
18421862 align-items : center !important ;
18431863 justify-content : center !important ;
18441864 text-align : center !important ;
1845- border-radius : 3 px !important ;
1865+ border-radius : 4 px !important ;
18461866 color : # a1a1aa !important ;
1847- background : # f4f4f5 !important ;
1848- border : 1 px solid # e4e4e7 !important ;
1849- box-shadow : 0 1 px 0 # e4e4e7 !important ;
1867+ background : transparent !important ;
1868+ border : none !important ;
1869+ box-shadow : none !important ;
18501870}
18511871
1852- html body . searchBarContainer {
1872+ html body [ class *= " searchBarContainer" ] {
18531873 margin-left : 12px !important ;
1874+ position : relative;
18541875}
18551876
1856- html body . dropdownMenu {
1877+ html body [ class *= " dropdownMenu" ] {
18571878 @apply !rounded- xl;
1858- background : # 141415 !important ;
1859- border : 1px solid rgba (255 , 255 , 255 , 0.06 ) !important ;
1879+ background : # ffffff !important ;
1880+ border : 1px solid # e4e4e7 !important ;
1881+ box-shadow :
1882+ 0 4px 16px rgba (0 , 0 , 0 , 0.08 ),
1883+ 0 1px 3px rgba (0 , 0 , 0 , 0.06 ) !important ;
18601884 margin-top : 6px !important ;
18611885}
18621886
1863- html body . dropdownMenu * {
1864- color : # e4e4e7 !important ;
1887+ html body [ class *= " dropdownMenu" ] * {
1888+ color : # 3f3f46 !important ;
18651889}
18661890
1867- html body . dropdownMenu mark {
1868- color : # 60a5fa !important ;
1891+ html body [ class *= " dropdownMenu" ] mark {
1892+ color : # 2563eb !important ;
18691893 background : transparent !important ;
1894+ font-weight : 600 !important ;
18701895}
18711896
1872- html body . dropdownMenu . suggestion {
1897+ html body [ class *= " dropdownMenu" ] [ class *= " suggestion" ] {
18731898 @apply !rounded- lg;
1874- background : # 1e1e21 !important ;
1899+ background : # f4f4f5 !important ;
1900+ }
1901+
1902+ html body [class *= "dropdownMenu" ] [class *= "suggestion" ]: hover {
1903+ background : # e4e4e7 !important ;
18751904}
18761905
1877- html body .dropdownMenu .suggestion span [class *= "subtitle" ] {
1906+ html body [class *= "dropdownMenu" ] [class *= "hitPath" ],
1907+ html body [class *= "dropdownMenu" ] [class *= "subtitle" ] {
18781908 color : # 71717a !important ;
18791909}
18801910
0 commit comments