[toolkit] use windows colors if windows classic theme is used

This commit is contained in:
roytam1 2021-07-31 10:46:42 +08:00
commit d6a5a51430

View file

@ -34,6 +34,13 @@
color: #eee;
}
}
@media(-moz-windows-classic) {
body {
background: Menu;
color: MenuText;
}
}
</style>
</head>