added light and dark gruvbox themes. fixed css issues.

This commit is contained in:
2026-05-28 23:38:05 +02:00
parent 4eba391e7f
commit da64e632a6
27 changed files with 2031 additions and 46541 deletions

View File

@@ -308,7 +308,7 @@ class serverOverviewBuilder
$mem_demand_text_color = 'success';
}
if ($mem_percent_numb > 89) {
$mem_demand_text_color = 'secondary';
$mem_demand_text_color = 'warning';
}
if ($mem_percent_numb > 99) {
$mem_demand_text_color = 'danger';