Replying to Actually I already provided code that should do that, but I phrased it as "fixing the buttons": nav:not(.legacy *) button, nav:not(.legacy *) a.button { color: var(--color-text-primary); } var(--color-text-primary) will use your primary text color from Profile settings, but if you want to use a different color you can specify anything you want. Sharing Copy link Tools Copy ID Open Comment ohhh thanks I thought you meant the ask buttons! Thanks :) Sharing Copy link Tools Copy ID Open Reactions Replies Add a reply Hide your name Submit
Actually I already provided code that should do that, but I phrased it as "fixing the buttons":
var(--color-text-primary)
will use your primary text color from Profile settings, but if you want to use a different color you can specify anything you want.