style/note title widget: fix the input selected text color when the current note is tinted

This commit is contained in:
Adorian Doran 2025-12-24 22:13:52 +02:00
parent 5af87788c6
commit d6cd252f23

View File

@ -18,6 +18,10 @@ div.note-title-widget {
line-height: 1;
padding-block: 0;
padding-inline: var(--note-title-padding-inline);
&::selection {
color: var(--main-text-color);
}
}
.note-title-widget input.note-title[readonly] {