Skip to content

Commit

Permalink
change browser anchor color
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jun 27, 2024
1 parent a2b2cb7 commit fd5f530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ user_pref("ui.textSelectDisabledBackground", "#a0a0a0");
// Misc colors
user_pref("browser.visited_color", "#c38f8f");
user_pref("browser.visited_color.dark", "#8a6666");
user_pref("browser.anchor_color", "#40b5bf");

// Misc
user_pref("browser.cache.disk.parent_directory", "/run/user/1000/firefox"); // id -u <username>
Expand Down

0 comments on commit fd5f530

Please sign in to comment.