mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
improve accessibility in header buttons (#1833)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
This commit is contained in:
@@ -248,10 +248,10 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<button id="theme-toggle" type="button" class="theme-btn" title="change theme">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
</button>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user