fix note icon color in dark mode

This commit is contained in:
zadam 2021-03-08 22:06:26 +01:00
parent 2cafda5f66
commit c6c9202c00

View File

@ -16,6 +16,7 @@ const TPL = `
border: 1px solid transparent;
cursor: pointer;
padding: 6px;
color: var(--main-text-color);
}
.note-icon-container button.note-icon:hover {