mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: add input colors and accents
This commit is contained in:
parent
7a58f92434
commit
91456a8bc9
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