Themes: add input colors and accents

This commit is contained in:
He4eT 2023-05-25 01:16:36 +03:00 committed by Alexey
commit 91456a8bc9
2 changed files with 33 additions and 12 deletions

View file

@ -89,6 +89,15 @@
display: none;
}
.ifplayer .output .textBuffer .message.input {
color: var(--input-color);
}
.ifplayer .output .textBuffer .message.emphasized,
.ifplayer .output .textBuffer .message.subheader {
color: var(--accent-color);
}
.status {
padding: var(--inner-padding);
}