mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
fix coloring of backlinks popup in dark theme
This commit is contained in:
parent
27570a7756
commit
7c64dc9440
@ -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…
x
Reference in New Issue
Block a user