Skip to content

Commit a964e3c

Browse files
committed
change from pr#671
1 parent 6406d06 commit a964e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ui.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
function I(i){return document.getElementById(i);}
1010

1111
//LIST OF TEST SERVERS. See documentation for details if needed
12-
<?php
12+
<?php
1313
$mode=getenv("MODE");
1414
if($mode=="standalone" || $mode=="dual"){ ?>
1515
var SPEEDTEST_SERVERS=[];
@@ -400,6 +400,7 @@ function initUI(){
400400
html,body,#loading{
401401
background:#202020;
402402
color:#F4F4F4;
403+
color-scheme:dark;
403404
}
404405
h1{
405406
color:#E0E0E0;

0 commit comments

Comments
 (0)