george ⟡ 1731351427549

HELLO! sorry to do this, but does anyone know why my top bar (that's default colour is pink) is see through? I'm trying to have the same linear effect I have on my buttons, yet since the new update it hasn't worked :/

The new theme sets the nav's background to "none". This code should return it to how it was before, though:

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

And add this if you want to fix the buttons as well:

nav:not(.legacy *) button, nav:not(.legacy *) a.button {
  color: var(--color-text-primary);
}
f00f the f00fy 1731352196525

Reactions

Comments
Leave a comment

thanks :D this worked! Do you know how I could change the text colour on my nav? I tried to use some values but it hasn’t worked unfortunately. if you don’t know no worries

george ⟡ 1731396632666
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue