File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ nav {
228228 transition : color 150ms ;
229229 display : flex;
230230 align-items : center;
231- margin-right : 0.5rem ;
231+ margin-left : 0.5rem ;
232232}
233233
234234.theme-toggle : hover {
Original file line number Diff line number Diff line change 115115 </ a >
116116
117117 < nav >
118- < button class ="theme-toggle " aria-label ="Toggle theme " title ="Toggle dark/light mode ">
119- < i class ="fas fa-sun light-icon " aria-hidden ="true "> </ i >
120- < i class ="fas fa-moon dark-icon " aria-hidden ="true "> </ i >
121- </ button >
122118 < div class ="search-container ">
123119 < input id ="userinput " type ="search " placeholder ="Search... " aria-label ="Search documentation ">
124120 < div id ="suggestions "> </ div >
125121 </ div >
126122 {% for menu in config.extra.extra_menu %}
127123 < a class ="nav-item " href ="{{ menu.link | safe }} "> {{ menu.title }}</ a >
128124 {% endfor %}
125+ < button class ="theme-toggle " aria-label ="Toggle theme " title ="Toggle dark/light mode ">
126+ < i class ="fas fa-sun light-icon " aria-hidden ="true "> </ i >
127+ < i class ="fas fa-moon dark-icon " aria-hidden ="true "> </ i >
128+ </ button >
129129 </ nav >
130130
131131 < button class ="theme-toggle mobile-theme-toggle " aria-label ="Toggle theme " title ="Toggle dark/light mode ">
You can’t perform that action at this time.
0 commit comments