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);
}
do i need to put anything at the color primary and color text primary because i just put it and it didntw ork