mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 07:25:32 +08:00
fix coloring of backlinks popup in dark theme
This commit is contained in:
parent
27570a7756
commit
7c64dc9440
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ const TPL = `
|
|||
right: 10px;
|
||||
width: 400px;
|
||||
border-radius: 10px;
|
||||
background-color: #eeeeee;
|
||||
color: #444;
|
||||
background-color: var(--more-accented-background-color);
|
||||
color: var(--main-text-color);
|
||||
padding: 20px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue