Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
333 stars 80 forks source link

Color change for Serverstatus #224

Closed TheChaosToast closed 2 months ago

TheChaosToast commented 2 months ago

Hello everyone,

I would like to change the design a bit. Specifically, the “background color” of the server status. (online, online record, etc.) I don’t think this “red” is nice ;). And I want to change the online status of the admins when they are online. Where can I find the CSS file and which section of the CSS is responsible for it? Unfortunately I didn't find it. Thank you!

cataalin commented 2 months ago

Hello everyone,

I would like to change the design a bit. Specifically, the “background color” of the server status. (online, online record, etc.) I don’t think this “red” is nice ;). And I want to change the online status of the admins when they are online. Where can I find the CSS file and which section of the CSS is responsible for it? Unfortunately I didn't find it. Thank you!

The location of the CSS is in these routes, there you can change what you are looking for.

css/style.css
css/themes/dark.css
.server-status .data .badge
TheChaosToast commented 2 months ago

Thanks so much. it works perfect!