How to customize global font color settings?
I can't seem to find this in the docs, but I feel like I've seen it somewhere. I want to change the default class applied to fonts in the application, particularly headers. It's currently
text-gray-950
. Is there a way to to change that? I know I can set up a custom theme and just override it with css, but just wondering if there's a convenient setting.2 Replies
Solution
via custom theme I think
ok thx!