Automatic Text Color
#1
Thread Starter
DVD Talk Hall of Fame
Automatic Text Color
Is there any way to change the default text color from gray? I have an easier time with black and keep having to change everything manually. It's irksome.
Last edited by Travis McClain; 10-12-20 at 07:42 AM. Reason: Ironically, I forgot to manually change the text in this post.
#2
Re: Automatic Text Color
When you manually choose text color, it makes it hard to see when people use custom styles. =P

You can always use a browser addon like Stylus to style the default text color via css so that it's darker for you without manually using colors on text input.
Just use:
.tpost {
color: #000000;
}
That'll change it from #222222 to this #000000.

You can always use a browser addon like Stylus to style the default text color via css so that it's darker for you without manually using colors on text input.
Just use:
.tpost {
color: #000000;
}
That'll change it from #222222 to this #000000.
Last edited by Koby; 10-12-20 at 09:29 AM.
#3
Administrator
Re: Automatic Text Color
#4
Thread Starter
DVD Talk Hall of Fame
Re: Automatic Text Color
Pfft. Like I ever write anything that needs to be seen anyway!




