Skip to content

Commit

Permalink
Aesthetic CLI dropdown menu (betaflight#4073)
Browse files Browse the repository at this point in the history
Darker background of CLI dropdown menu instead of white BG with yellow font.
  • Loading branch information
Six6siX authored Jun 29, 2024
1 parent 286e2df commit c4fd801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/tabs/cli.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
.cli-textcomplete-dropdown {
border: 1px solid var(--surface-500);
background-color: white;
background-color: var(--surface-300);
border-radius: 5px;
max-height: 50%;
overflow: auto;
Expand Down

0 comments on commit c4fd801

Please sign in to comment.