Skip to content

Commit

Permalink
change color title and domain in urlbar url dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 12, 2024
1 parent a969b53 commit 814800e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chrome/bar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
text-align: center !important;
}

/* Change domain color in URL dropdown */
#urlbar-results .urlbarView-row .urlbarView-url {
color: #496ad6 !important;
}

/* Change the title color */
#urlbar-results .urlbarView-row .urlbarView-title {
color: #c38f8f !important;
}

/* Add color to urlbar border when urlbar is focused */
#urlbar-container {
--toolbar-field-focus-border-color: #c38f8f !important;
Expand Down

0 comments on commit 814800e

Please sign in to comment.