Hello All. I am new to Grafana. We have a server and it has been running fine. No issues UNTIL I wanted to get creative with it. I wanted to change the login screen logo and colors. I found this tutorial and was doing it step by step.
Tutorial Link- https://www.youtube.com/watch?app=desktop&v=nrcQtI8iDvc
The fav32 logo was add and works.
The Login Logo was added and works.
I did not do the background color.
HERE is where I broke it. I went to change the background color of the log in box and followed along exactly as stated. went into the the build opened up the .js file searched .login-content, found the section added the background-color information after the oscality: 1; saved it…AND it broke. I went back in and revert what I had added…STILL broken. I have a demo in the morning to the CEO.
Currently I am getting the screen at log in of
and the line of code currently looks like this:
loginAnim:(0,n.css)({[“&:before”]:{opacity:1},[“.login-content-box”]:{opacity:1;}}),su…
