So I'm trying to change the title on the dashboard from "Uptime Kuma" to something else Example: link to the temporarily changed title via devtools from "Uptime Kuma" to something else. Doing that could be (by cheating a little bit) done by manipulating CSS. Now, I found the CSS file ("/home/user/uptime-kuma/dist/assets/index.c9e49ca8.css") that belongs to the dashboard site.
So when you are analysing how the title is implemented see picture, you'll find out that span[data-v-db7aae29] is the span you want to change
Example: changed color to red (see highlighted area)
Changing the color of the title does work when done temporarily in the browser. However, when I change EXACTLY that color in my files, it won't work. Somehow, it isn't updated. Restarting the server doesn't work either. Can somebody help please?