mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 15:35:43 +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;
|
right: 10px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #eeeeee;
|
background-color: var(--more-accented-background-color);
|
||||||
color: #444;
|
color: var(--main-text-color);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue