Response
fern/elliot 1734494736266

HELLO somebody suggested to ask you about this...... i have the gradient syntax thing in my primary color option but it doesnt show up/work at all, actually, changing the color of my nav bar doesnt work at all gradient or not 💔 it works for others, but not my profile for whatever reason (@3ds is an example of some1 who has it working with that gradient syntax thingy specifically) gradients work for everything else for whatever reason...... do u know why this might be

It looks like it actually is working - you can see it on your buttons. But the nav no longer uses the primary color in the new website theme. @3ds also set the raised color to a gradient, and that's why he has a gradient on his navbar.

You can either change the raised color, or go back to how colors were used before with some extra CSS (corrected):

nav:not(.legacy *) {
  background: var(--color-primary);
}

nav:not(.legacy *) button, nav:not(.legacy *) a.button {
  color: var(--color-text-primary);
}
f00f the f00fy 1734557992723 *
Comment
fern/elliot 1734540629215

do i need to put anything at the color primary and color text primary because i just put it and it didntw ork


Add a reply
f00f the f00fy 1734541522420

oops, like I said I didn't test it enough. there was a typo in my code; legacy is a class so it needs a period in front

nav:not(.legacy *) {
  background: var(--color-primary);
}

nav:not(.legacy *) button, nav:not(.legacy *) a.button {
  color: var(--color-text-primary);
}
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue