fix coloring of backlinks popup in dark theme

This commit is contained in:
zadam 2022-05-22 23:29:07 +02:00
parent 27570a7756
commit 7c64dc9440

View file

@ -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;
}