Regenerated

This commit is contained in:
2026-04-13 16:58:44 +02:00
parent f1689c5eb0
commit 59c9300575
3 changed files with 336 additions and 342 deletions
@@ -56,14 +56,12 @@
#entry:focus {
background: linear-gradient(45deg, @blue, @green);
background-color: @surface2;
color: @lavender;
border-radius: 18px;
}
#entry:selected {
background: linear-gradient(45deg, @blue, @green);
color: @base;
border-radius: 18px;
font-weight: bold;
}