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

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;
}
}