fixed high contrast appearance for theme previews

This commit is contained in:
Eugene Pankov 2021-07-09 09:58:31 +02:00
parent 485665d449
commit 24b7922539
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -181,4 +181,8 @@ ngb-typeahead-window {
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background: canvas;
}
color-scheme-preview, terminaltab > .content {
forced-color-adjust: none;
}
}