Jelajahi Sumber

Fix splash screen background color in HTML shell

patwork 1 tahun lalu
induk
melakukan
eb488f7321
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;