Merge pull request #671 from BYT-Bender/master
Some checks failed
Docker / build (./Dockerfile, , ghcr.io/${{ github.repository }}) (push) Has been cancelled
Docker / build (./Dockerfile.alpine, -alpine, ghcr.io/${{ github.repository }}) (push) Has been cancelled

Added dark style for the <select> HTML property
This commit is contained in:
sstidl 2024-10-26 18:11:01 +02:00 committed by GitHub
commit ed9b19f2d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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