فهرست منبع

change from pr#671

Stefan S 1 سال پیش
والد
کامیت
a964e3c975
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      docker/ui.php

+ 2 - 1
docker/ui.php

@@ -9,7 +9,7 @@
 function I(i){return document.getElementById(i);}
 function I(i){return document.getElementById(i);}
 
 
 //LIST OF TEST SERVERS. See documentation for details if needed
 //LIST OF TEST SERVERS. See documentation for details if needed
-<?php 
+<?php
 $mode=getenv("MODE");
 $mode=getenv("MODE");
 if($mode=="standalone" || $mode=="dual"){ ?>
 if($mode=="standalone" || $mode=="dual"){ ?>
 var SPEEDTEST_SERVERS=[];
 var SPEEDTEST_SERVERS=[];
@@ -400,6 +400,7 @@ function initUI(){
 		html,body,#loading{
 		html,body,#loading{
 			background:#202020;
 			background:#202020;
 			color:#F4F4F4;
 			color:#F4F4F4;
+			color-scheme:dark;
 		}
 		}
 		h1{
 		h1{
 			color:#E0E0E0;
 			color:#E0E0E0;