1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-08 21:04:26 +00:00

make color scheme adaptive for login page #19844

This commit is contained in:
d47081 2023-11-01 21:08:17 +02:00
parent 4a20a1660e
commit bc4aa2208a

View File

@ -1,5 +1,9 @@
:root { /*#19844*/
color-scheme: light dark;
}
body {
color: #555;
/*color: #555; #19844*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;