mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use color-scheme: auto on all iframes (#6074)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
091a4f1f5b
commit
93cefe7897
@ -180,6 +180,10 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
color-scheme: auto;
|
||||
}
|
||||
|
||||
// colors
|
||||
.success {
|
||||
color: var(--colorSuccess);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user