Parcourir la source

Merge pull request #671 from BYT-Bender/master

Added dark style for the <select> HTML property
sstidl il y a 1 an
Parent
commit
ed9b19f2d5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -404,6 +404,7 @@ function initUI(){
 		html,body,#loading{
 			background:#202020;
 			color:#F4F4F4;
+			color-scheme:dark;
 		}
 		h1{
 			color:#E0E0E0;