
New Tab page text color
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?
Wubrane rozrisanje
userContent.css:
@-moz-document url("about:home"), url("about:newtab") {
.activity-stream { color-scheme: dark !important; }
}
Tutu wotmołwu w konteksće čitać 👍 1Wšě wotmołwy (1)
Wubrane rozrisanje
userContent.css:
@-moz-document url("about:home"), url("about:newtab") {
.activity-stream { color-scheme: dark !important; }
}