small html update

This commit is contained in:
Waldek 2021-10-14 10:53:56 +02:00 committed by GitHub
parent ecc02320b2
commit 86d1a69b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ error_reporting(E_ALL & ~E_NOTICE);
// Name of the monitored Dashboard
define("REPORT_NAME","Dashboard of local DMR network");
define("REPORT_NAME","<div style='color:white;text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px #00BFFF;font-size:22px;font-family:arial;font-weight:bold;'>Dashboard of local DMR Network</div>");
// Height of Server Activity window: 45px; 1 row, 60px 2 rows, 80px 3 rows
define("HEIGHT_ACTIVITY","45px");