mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Themes: add input colors and accents
This commit is contained in:
parent
1237d09753
commit
34991f1085
2 changed files with 33 additions and 12 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue