mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that changing themes should work on Windows when system high contrast
mode is enabled. Fixes #6954
This commit is contained in:
committed by
Akshay Joshi
parent
d7f5e13cdd
commit
31849ea95f
@@ -46,3 +46,9 @@
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
@media screen and (forced-colors: active) {
|
||||
body {
|
||||
forced-color-adjust: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user