Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

New Tab page text color

  • 1 freagra
  • 3 leis an bhfadhb seo
  • 183 views
  • Freagra is déanaí ó yakov.mirenkov
  • Réitithe

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?

Réiteach roghnaithe

userContent.css:

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

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

}

Read this answer in context 👍 1

All Replies (1)

Réiteach Roghnaithe

userContent.css:

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

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

}