use accent selected item

This commit is contained in:
lelgenio 2020-10-10 02:58:14 -03:00
parent 49e9d937b9
commit 39bf993bfc
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
*{
color:{{@@ color.txt @@}};
font: Inter 16;
}
#entry:selected {
border: none;
padding: none;
background: {{@@ color.accent @@}};
}
window {