Set color-scheme to dark to make the focus ring on the dropdown button
legible
This commit is contained in:
parent
cbfd03f9c6
commit
94380b64bd
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ limitations under the License.
|
|||
body {
|
||||
background-color: var(--bgColor1);
|
||||
color: var(--textColor1);
|
||||
color-scheme: dark;
|
||||
margin: 0;
|
||||
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
|
||||
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
|
|
Loading…
Reference in a new issue