Fix menu toggle for default color scheme

This commit is contained in:
sixhours 2021-08-09 09:47:11 -04:00
parent c3c75e3ef7
commit 7a1fb356fb

View file

@ -846,6 +846,7 @@ input::-moz-focus-inner {
border: solid 2px currentColor;
border-radius: 4px;
background: none;
color: #383838;
-webkit-font-smoothing: antialiased;
}