Skip to content

Commit

Permalink
account selection dropdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ayunami2000 committed Dec 27, 2024
1 parent 232d9f6 commit 8288bd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ export function createUI() {
background-position: right 12px center;
}
.settings-ui .select option {
background-color: #020817;
color: #cdd6f4;
}
.settings-ui .select:focus {
outline: none;
}
Expand Down

0 comments on commit 8288bd3

Please sign in to comment.