@Panda You’ll need to do that with js. With some quick CSS changes, it looks like this
d619844f-fbfe-4cf1-a283-6b7364f6bf18-image.png
The colour choice is still really hard on the eye, but at least you can now read the text
when doing nodebb upgrade, this is one of the steps
$ git reset --hard v3.4.2
Is there a way to just say latest version, rather than having to type in the exact version number?
when I did this command (as per instructions to see what version its on)
git rev-parse --abbrev-ref HEAD
it gave…
v2.x
whys it saying 2?
Also got this screen at start
Use this code
git fetch # Grab the latest code from the NodeBB repository
git checkout v3.x
git reset --hard origin/v3.x
And you will have the latest version without specifying it