Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

New Tab page text color

more options

Hi there! The New Tab page looks great with white text, but Firefox 140.0.4 thinks my wallpaper is white, so text should be dark. I can change the body class to "activity-stream darkWallpaper" using the inspector and it works fine, but how make this change permanently?

Hi there! The New Tab page looks great with white text, but Firefox 140.0.4 thinks my wallpaper is white, so text should be dark. I can change the body class to "activity-stream darkWallpaper" using the inspector and it works fine, but how make this change permanently?

Chosen solution

userContent.css:

@-moz-document url("about:home"), url("about:newtab") {

       .activity-stream {
               color-scheme: dark !important;
       }

}

Ler a resposta no contexto 👍 1

All Replies (1)

more options

Chosen Solution

userContent.css:

@-moz-document url("about:home"), url("about:newtab") {

       .activity-stream {
               color-scheme: dark !important;
       }

}

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.