mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
[Editor] Use the color defined for the message bar foreground
This commit is contained in:
parent
501da85222
commit
1a8bcdb2ba
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid var(--message-bar-border-color);
|
border: 1px solid var(--message-bar-border-color);
|
||||||
background: var(--message-bar-bg-color);
|
background: var(--message-bar-bg-color);
|
||||||
|
color: var(--message-bar-fg-color);
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue