Skip to content

Commit

Permalink
match urlbar results links' color to match rosybrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jun 27, 2024
1 parent fd5f530 commit 73d41b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/bar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
background-color: #c38f8f !important;
}

#urlbar-results :is(.urlbarView-tags, .urlbarView-action, .urlbarView-url) {
color: #c38f8f !important;
}

/* Text color of the URL selection menu */
#urlbar-results .urlbarView-row[selected] .urlbarView-title {
color: #ffffff !important;
Expand Down

0 comments on commit 73d41b7

Please sign in to comment.