Fix full-dark theme

This commit is contained in:
KMY 2023-08-21 19:04:56 +09:00
parent 3af223275f
commit 3c43f84cdb
6 changed files with 37 additions and 4 deletions

View file

@ -7533,7 +7533,7 @@ noscript {
line-height: 40px;
margin: 16px 0;
background: lighten($ui-base-color, 4%);
color: $secondary-text-color;
color: $darker-text-color;
border: 0;
&__active {