Răsfoiți Sursa

Fix splash screen background color in HTML shell

patwork 1 an în urmă
părinte
comite
eb488f7321
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      misc/dist/html/full-size.html

+ 1 - 1
misc/dist/html/full-size.html

@@ -38,7 +38,7 @@ body {
 }
 
 #status {
-	background-color: #38363A;
+	background-color: #242424;
 	display: flex;
 	flex-direction: column;
 	justify-content: center;