1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Use color-scheme: auto on all iframes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-22 12:33:58 +03:00
parent 091a4f1f5b
commit d8160a2b86

View File

@ -180,6 +180,10 @@ a {
}
}
iframe {
color-scheme: auto;
}
// colors
.success {
color: var(--colorSuccess);