Skip to content

Commit

Permalink
Doc: user.js - newTab background image description more cleary #822
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 19, 2023
1 parent 4eb9c3d commit c24a7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ user_pref("userChrome.rounding.square_tab", false);
// user_pref("userContent.player.ui.twoline", true);

// user_pref("userContent.newTab.hidden_logo", true);
// user_pref("userContent.newTab.background_image", true); // Need wallpaper image --uc-newTab-wallpaper: url("../icons/background_image.png");
// user_pref("userContent.newTab.background_image", true); // Need wallpaper image to `userContent.css`. :root { --uc-newTab-wallpaper: url("../icons/background_image.png"); }

// user_pref("userContent.page.proton_color.dark_blue_accent", true);
// user_pref("userContent.page.proton_color.system_accent", true);
Expand Down

0 comments on commit c24a7b5

Please sign in to comment.