소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 년 전
부모
커밋
fad55d7caf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      index.xsl

+ 2 - 1
index.xsl

@@ -215,7 +215,8 @@
       }			
 
       window.addEventListener("load", function() {
-        $(document.body).css("background","#000000");
+        $(document.body).css("background","#ffffff");
+        $("#HCsplash").css("color","#000000");
         $("#HCsplash").show("slow");	  
         setTimeout("hideTitle()", 2000);
         setTimeout("startApp()", 4000);